diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-17 18:15:45 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-17 18:15:45 +0000 |
commit | ae93c3d609292a79b7579bda4cd6b123602adb06 (patch) | |
tree | 15f2caaf66ed7f527e14af5cb445619f1cd07da2 /finance | |
parent | eca8880ec74db69d373b4b429a0a7ca01be5d2fa (diff) | |
download | FreeBSD-ports-ae93c3d609292a79b7579bda4cd6b123602adb06.zip FreeBSD-ports-ae93c3d609292a79b7579bda4cd6b123602adb06.tar.gz |
Correct the slib-guile dependency, and fix installation.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'finance')
-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 7932941..b92c094 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ popt.0:${PORTSDIR}/devel/popt \ ofx.3:${PORTSDIR}/finance/libofx \ gw-guile-standard.0:${PORTSDIR}/devel/g-wrap -RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ +RUN_DEPENDS= ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/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 \ |