diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-11 04:25:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-11 04:25:33 +0000 |
commit | 3de3a8322eb11d7a1c6ba7b4b624419213f620f7 (patch) | |
tree | 080e5d22ea3f3137362e08051d4983af615c5da8 /devel/g-wrap | |
parent | 081f52f277ed0a38fcfb8c0fefe84b4ac010369b (diff) | |
download | ports-3de3a8322eb11d7a1c6ba7b4b624419213f620f7.tar.gz ports-3de3a8322eb11d7a1c6ba7b4b624419213f620f7.zip |
Notes
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 4de51e805f3a..2a5ebb0e5c6d 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -8,6 +8,7 @@ PORTNAME= g-wrap PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ http://people.freebsd.org/~sobomax/ @@ -20,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib USE_LIBTOOL= yes USE_GMAKE= yes +USE_GNOMNG= gtk12 INSTALLS_SHLIB= yes MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC} |