diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-28 04:43:18 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-28 04:43:18 +0000 |
commit | bcacd78bcc98ed988caa6c68fd8a3fca04429c3a (patch) | |
tree | f71c5e07cfba4d1148b2ec3477327979ab0234e5 /finance | |
parent | b12affbe2fdd4084ca6ce306ddde4fc8fdd7fd48 (diff) | |
download | FreeBSD-ports-bcacd78bcc98ed988caa6c68fd8a3fca04429c3a.zip FreeBSD-ports-bcacd78bcc98ed988caa6c68fd8a3fca04429c3a.tar.gz |
Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index f85539f..b2b243b 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 f85539f..b2b243b 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 \ |