diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-11 12:25:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-11 12:25:33 +0800 |
commit | f218dbfa4bbd73608df0612448e3b12affd4bef5 (patch) | |
tree | 62c9ab5b43d9efa06db522d7329832fb0ea37d7f /devel/g-wrap | |
parent | 79c67fffa6331c20d204bf8dea3bfc808220d0d4 (diff) | |
download | freebsd-ports-gnome-f218dbfa4bbd73608df0612448e3b12affd4bef5.tar.gz freebsd-ports-gnome-f218dbfa4bbd73608df0612448e3b12affd4bef5.tar.zst freebsd-ports-gnome-f218dbfa4bbd73608df0612448e3b12affd4bef5.zip |
Add missing dependency on gtk12.
Reported by: bento
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} |