1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

No need to conditionalise USE_GETOPT_LONG.

PR:		ports/93225
Submitted by:	Vadim Kurland <vadim@fwbuilder.org> (maintainer)
This commit is contained in:
Sam Lawrance 2006-02-13 07:36:11 +00:00
parent dc4cc9fdf3
commit d8b03b877e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155893
3 changed files with 3 additions and 12 deletions

View File

@ -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" \

View File

@ -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" \

View File

@ -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" \