diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 00:02:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 00:02:09 +0000 |
commit | 4d055d23c0e6b0a145857d7c83ba9ec814036256 (patch) | |
tree | 49d68d85287673e3a1a02b557679f54775de2325 /security/fwbuilder | |
parent | c3cd3c35804fcfd6b2b5cc33e0692a4b01e7fcf0 (diff) | |
download | ports-4d055d23c0e6b0a145857d7c83ba9ec814036256.tar.gz ports-4d055d23c0e6b0a145857d7c83ba9ec814036256.zip |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 8c5680b89bb3..55fa3728127c 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 |