diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 07:36:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 07:36:11 +0000 |
commit | d8b03b877e8d99a9182268d47e93b4791a687a8e (patch) | |
tree | c6879af3f05080f16b6f792e28358fd66c5d663f /security/fwbuilder | |
parent | dc4cc9fdf38025c0c118def44a434236e2b8fbd1 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 03600ba79e67..3ce96d5c6ae4 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -17,15 +17,12 @@ COMMENT= Firewall Builder GUI and policy compilers BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= fwbuilder.6:${PORTSDIR}/security/libfwbuilder -.if !exists(/usr/include/getopt.h) -USE_GETOPT_LONG= yes -.endif - USE_QT_VER= 3 QTDIR?= ${X11BASE} USE_OPENSSL= yes +USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |