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-devel | |
parent | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (diff) | |
download | ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.tar.gz ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.zip |
Notes
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index b3c124309c0b..ec945e0ff372 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/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 |