diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-13 15:36:11 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-13 15:36:11 +0800 |
commit | b8a33451ad42b660ed80bd7aca3fb4f9eaa0511a (patch) | |
tree | 5183b577543d071eecaa30ccc4cded224f1eb642 /security/fwbuilder2 | |
parent | b1989c4649ea96b2516b36795a78657a7570b84e (diff) | |
download | freebsd-ports-gnome-b8a33451ad42b660ed80bd7aca3fb4f9eaa0511a.tar.gz freebsd-ports-gnome-b8a33451ad42b660ed80bd7aca3fb4f9eaa0511a.tar.zst freebsd-ports-gnome-b8a33451ad42b660ed80bd7aca3fb4f9eaa0511a.zip |
No need to conditionalise USE_GETOPT_LONG.
PR: ports/93225
Submitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer)
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r-- | security/fwbuilder2/Makefile | 5 |
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" \ |