diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-28 04:43:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-28 04:43:18 +0000 |
commit | 1a7a48b6f8a8c6a0a8992e49880524fc4ae0aae8 (patch) | |
tree | 31b1c67d53352d2064fab26942e32a184474aeb6 | |
parent | update to 0.9.2. (diff) |
Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0.
-rw-r--r-- | deskutils/gnucash/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash-devel/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index f85539fc498c..b2b243b4e276 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - guppidata.11:${PORTSDIR}/math/guppi \ + guppi.13:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ g-wrap-runtime-guile.2:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index f85539fc498c..b2b243b4e276 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - guppidata.11:${PORTSDIR}/math/guppi \ + guppi.13:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ g-wrap-runtime-guile.2:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index f85539fc498c..b2b243b4e276 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ eperl:${PORTSDIR}/lang/eperl LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - guppidata.11:${PORTSDIR}/math/guppi \ + guppi.13:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ g-wrap-runtime-guile.2:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ |