diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
commit | 69667d219f4e09217678306b429de3e3bd968d34 (patch) | |
tree | 56f4e7d0efb71a8bc59feb7f2e8dbd2e941d2d8c /security/libfwbuilder-devel | |
parent | a88f8eb0a1876ecb46988cb57ffef734a608b4b7 (diff) |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=209941
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 2679a5095a43..34c03b99ee93 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 2.1.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -15,7 +16,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp BUILD_VERSION= 21 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} |