diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-05 15:14:09 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-12-05 15:14:09 +0000 |
commit | 53256a61a88c596ce12c02264948eedb0fdfbad6 (patch) | |
tree | 4ee17cfc8f55376fbff256f2eeec222f9b1c6608 /security/fwbuilder/Makefile | |
parent | fb4bc416da748164d46367a2a514a55d9f001b62 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r-- | security/fwbuilder/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 252d9b9a5174..2a3b6c65ad35 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -6,8 +6,8 @@ # PORTNAME= fwbuilder -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.4 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ MASTER_SITE_SUBDIR= fwbuilder @@ -17,6 +17,9 @@ 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) +LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +.endif USE_QT_VER= 3 |