diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
commit | ae9970fe43cc1c3f63b310294a2d948e2b84ec90 (patch) | |
tree | a1996dbfc607961fb7762b6126e062c7efb123ab /security/libfwbuilder | |
parent | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (diff) |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Notes
Notes:
svn path=/head/; revision=94222
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index b3c124309c0b..ec945e0ff372 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -18,7 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.5:${PORTSDIR}/net/net-snmp \ + netsnmp.6:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh |