diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
commit | c9e4736d2605489c89ee57fabda4f3b73ac7f697 (patch) | |
tree | fa4d8674f0da7472938b5014d40b6cebb69e4b18 /security/fwbuilder | |
parent | a63158257c7d451ba40deeadea026a99862851d0 (diff) | |
download | ports-c9e4736d2605489c89ee57fabda4f3b73ac7f697.tar.gz ports-c9e4736d2605489c89ee57fabda4f3b73ac7f697.zip |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 2893275c2782..94b7c818585a 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,6 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 4.2.2 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security BUILD= 3541 .if defined(DEVEL) @@ -30,7 +31,7 @@ CONFLICTS= fwbuilder-[23].* fwbuilder-devel-* \ libfwbuilder-[23].* libfwbuilder-devel-* .endif LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION}.${BUILD} USE_QT_VER= 4 |