diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 04:19:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 04:19:55 +0800 |
commit | b903a16725c5b511201137af471a2ce8b4f6d429 (patch) | |
tree | e4703997927c004bd1c57c2072df306d851e53f3 /finance/gnucash | |
parent | 7ef2896e23dff327504410373daf91555d61d3eb (diff) | |
download | freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.tar.gz freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.tar.zst freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.zip |
- Chase new slib-guile infrastructure
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 2931c24c5a87..32c53bc13de3 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ ofx.0:${PORTSDIR}/finance/libofx \ db4.0:${PORTSDIR}/databases/db4 \ gw-standard.0:${PORTSDIR}/devel/g-wrap -RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ +RUN_DEPENDS= ${LOCALBASE}/share/guile/slib/slibcat:${PORTSDIR}/devel/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ |