diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-17 08:02:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-17 08:02:09 +0800 |
commit | 231a4ce5b1b6e72a12f30cb727d3eaf066f49429 (patch) | |
tree | 73ff295b0b233108a054951dadb310630bfcf55c /security/fwbuilder2 | |
parent | adba49030a2e85ed5db9db0d49d780a97c543396 (diff) | |
download | freebsd-ports-gnome-231a4ce5b1b6e72a12f30cb727d3eaf066f49429.tar.gz freebsd-ports-gnome-231a4ce5b1b6e72a12f30cb727d3eaf066f49429.tar.zst freebsd-ports-gnome-231a4ce5b1b6e72a12f30cb727d3eaf066f49429.zip |
Use USE_GNOMENG.
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r-- | security/fwbuilder2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile index 8c5680b89bb3..55fa3728127c 100644 --- a/security/fwbuilder2/Makefile +++ b/security/fwbuilder2/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack gnomeprefix gnomelibs WITHOUT_ESOUND= yes CONFIGURE_ARGS+= --with-iconsdir=${X11BASE}/share/gnome/fwbuilder/pixmaps/ --with-templatedir=${X11BASE}/share/gnome/fwbuilder |