diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-17 00:02:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-17 00:02:09 +0000 |
commit | 231a4ce5b1b6e72a12f30cb727d3eaf066f49429 (patch) | |
tree | 73ff295b0b233108a054951dadb310630bfcf55c /security | |
parent | adba49030a2e85ed5db9db0d49d780a97c543396 (diff) | |
download | FreeBSD-ports-231a4ce5b1b6e72a12f30cb727d3eaf066f49429.zip FreeBSD-ports-231a4ce5b1b6e72a12f30cb727d3eaf066f49429.tar.gz |
Use USE_GNOMENG.
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 3 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 3 | ||||
-rw-r--r-- | security/fwbuilder2/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index 8c5680b..55fa372 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/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 diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 8c5680b..55fa372 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/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 diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile index 8c5680b..55fa372 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 |