summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-10-18 23:39:29 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-10-18 23:39:29 +0000
commit937ae77cd908264fc51af7c28efb014fe9d70e35 (patch)
tree0441bff11b392f3e153020b80de31455a99871c1 /finance/gnucash
parent(Forced commit) Former commit was wrong, (diff)
- Fix LIB_DEPENDS for g-wrap
Spotted by: Stephen J. Roznowski <sjr@comcast.net> Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=175395
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index a39d84e80532..928cfb71af84 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guppi.16:${PORTSDIR}/math/guppi \
popt.0:${PORTSDIR}/devel/popt \
ofx.3:${PORTSDIR}/finance/libofx \
- gw-guile-gw-glib.0:${PORTSDIR}/devel/g-wrap
+ gw-glib.0:${PORTSDIR}/devel/g-wrap
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 \