aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-10-19 07:39:29 +0800
committerahze <ahze@FreeBSD.org>2006-10-19 07:39:29 +0800
commitc12218686b18323c98103e9cc20c9da1959b2c0e (patch)
tree57b5e86cd1521c41dfe4a444b449868b3458ecad /finance
parent81d529d4ad588fa09129a87f1f8291efc9c984f2 (diff)
downloadfreebsd-ports-gnome-c12218686b18323c98103e9cc20c9da1959b2c0e.tar.gz
freebsd-ports-gnome-c12218686b18323c98103e9cc20c9da1959b2c0e.tar.zst
freebsd-ports-gnome-c12218686b18323c98103e9cc20c9da1959b2c0e.zip
- Fix LIB_DEPENDS for g-wrap
Spotted by: Stephen J. Roznowski <sjr@comcast.net> Approved by: portmgr (marcus)
Diffstat (limited to 'finance')
-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 \