summaryrefslogtreecommitdiff
path: root/security/fwbuilder2
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-02-13 07:36:11 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-02-13 07:36:11 +0000
commitd8b03b877e8d99a9182268d47e93b4791a687a8e (patch)
treec6879af3f05080f16b6f792e28358fd66c5d663f /security/fwbuilder2
parentUpgrade to 2.9.2. (diff)
No need to conditionalise USE_GETOPT_LONG.
PR: ports/93225 Submitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer)
Notes
Notes: svn path=/head/; revision=155893
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r--security/fwbuilder2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile
index 03600ba79e67..3ce96d5c6ae4 100644
--- a/security/fwbuilder2/Makefile
+++ b/security/fwbuilder2/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" \