From b8a33451ad42b660ed80bd7aca3fb4f9eaa0511a Mon Sep 17 00:00:00 2001 From: lawrance Date: Mon, 13 Feb 2006 07:36:11 +0000 Subject: No need to conditionalise USE_GETOPT_LONG. PR: ports/93225 Submitted by: Vadim Kurland (maintainer) --- security/fwbuilder/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'security/fwbuilder') 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" \ -- cgit