diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-18 02:36:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-18 02:36:37 +0800 |
commit | c4b110e809f9cb79e985323f98aba1e91630df4b (patch) | |
tree | 3c0ca598d7d29458865748a7e35ed99e89f3fa2a /devel/g-wrap | |
parent | ed929d42342e44a485c0f72e610860b88b2be6f1 (diff) | |
download | freebsd-ports-gnome-c4b110e809f9cb79e985323f98aba1e91630df4b.tar.gz freebsd-ports-gnome-c4b110e809f9cb79e985323f98aba1e91630df4b.tar.zst freebsd-ports-gnome-c4b110e809f9cb79e985323f98aba1e91630df4b.zip |
This port also has a RUN_DEPENDS on slib-guile. Without it, new installations
won't be able to build GnuCash.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index e3919077783a..c13c6b53e6d7 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -8,7 +8,7 @@ PORTNAME= g-wrap PORTVERSION= 1.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel scheme MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ http://people.freebsd.org/~sobomax/ @@ -19,7 +19,7 @@ COMMENT= A tool for exporting C libraries into Scheme interpreters BUILD_DEPENDS= ${LOCALBASE}/share/guile/slib/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk -RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib +RUN_DEPENDS= ${BUILD_DEPENDS} INFO= g-wrap |