diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 22:48:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 22:48:50 +0000 |
commit | 8e233b180dc61f7de82ab78973c1e845875a1048 (patch) | |
tree | f45b21f5e38f279d962f07eff2f52e6a0fe7d4db /finance | |
parent | 4981ef6918aba6d78e1f93f65c9217fc13ae7929 (diff) | |
download | ports-8e233b180dc61f7de82ab78973c1e845875a1048.tar.gz ports-8e233b180dc61f7de82ab78973c1e845875a1048.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index e4ae3b57817c..ac6dd4b29481 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -17,7 +17,8 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= ahze@FreeBSD.org COMMENT= Quicken-like money and finance manager -BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile +BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ + ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ ofx.3:${PORTSDIR}/finance/libofx \ gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 \ |