summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-29 07:21:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-29 07:21:58 +0000
commitbc582f8d870747d5b4ced8e6ec189b076b9cc8bc (patch)
treea1f31f0fcac8e0fa8139e75db5132ab0759ded00 /finance/gnucash
parentupdate to 010929. (diff)
Move g-wrap from BUILD_DEPENDS to LIB_DEPENDS, because it is required at the
run time as well. Submitted by: Jim Freeze <jfreeze@freebsdportal.com> Glenn Johnson <glennpj@charter.net> Mike Meyer <mwm@mired.org>
Notes
Notes: svn path=/head/; revision=48262
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f1b822bcdf6f..f85539fc498c 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -18,11 +18,11 @@ MASTER_SITE_SUBDIR= gnucash
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \
- g-wrap-config:${PORTSDIR}/devel/g-wrap \
eperl:${PORTSDIR}/lang/eperl
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
guppidata.11:${PORTSDIR}/math/guppi \
- popt.0:${PORTSDIR}/devel/popt
+ popt.0:${PORTSDIR}/devel/popt \
+ g-wrap-runtime-guile.2:${PORTSDIR}/devel/g-wrap
RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \
${site_perl}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \