diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 22:40:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 22:40:03 +0000 |
commit | 86589ecd1cdef61962d16789b73601f3657bc9da (patch) | |
tree | 0b24bf09e619df8189a05a37408197d1afa7bb64 /finance/gnucash | |
parent | ea25dbefac7048bf98540d1069b426c4420df190 (diff) | |
download | ports-86589ecd1cdef61962d16789b73601f3657bc9da.tar.gz ports-86589ecd1cdef61962d16789b73601f3657bc9da.zip |
Notes
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 32c53bc13de3..25fa4b2a6148 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/guile/slib/slibcat:${PORTSDIR}/devel/slib-guile \ +RUN_DEPENDS= ${LOCALBASE}/share/guile/slib/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 \ |