diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-29 15:21:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-29 15:21:58 +0800 |
commit | c5e6c810b4e0b6511977244c8b3575aa83a9dbdc (patch) | |
tree | 32160d8df752a981eac131282ec37c1fa6e9a41a /finance | |
parent | e120e8999bd3da03b2ea0d7ba36ae2f35d5b271c (diff) | |
download | freebsd-ports-gnome-c5e6c810b4e0b6511977244c8b3575aa83a9dbdc.tar.gz freebsd-ports-gnome-c5e6c810b4e0b6511977244c8b3575aa83a9dbdc.tar.zst freebsd-ports-gnome-c5e6c810b4e0b6511977244c8b3575aa83a9dbdc.zip |
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>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index f1b822bcdf6f..f85539fc498c 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/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 \ 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 \ |