diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-17 18:15:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-17 18:15:45 +0000 |
commit | f34bb49e25319a19b35e2ab2b400dc464507c720 (patch) | |
tree | a9deb0508d9853f0e2b9bffc008ec91f3d4397b0 /finance | |
parent | 257eb51b9d17126ba7aa72fb1e4ba6dd758fd12c (diff) | |
download | ports-f34bb49e25319a19b35e2ab2b400dc464507c720.tar.gz ports-f34bb49e25319a19b35e2ab2b400dc464507c720.zip |
Correct the slib-guile dependency, and fix installation.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=175374
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 79329417272e..b92c0949b4e7 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 \ |