diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
commit | 7524984514d9912fcc2d995f43ccf22ad0ce3c5f (patch) | |
tree | 275aa83a667b4170d49c0053bee5ae2457c4c498 /security/libfwbuilder2 | |
parent | 7c03628c05d6ac700c78bae93d7d86c0334921fb (diff) | |
download | ports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.tar.gz ports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.zip |
Chase the libxslt shared lib version with a PORTREVISION bump.
Notes
Notes:
svn path=/head/; revision=93101
Diffstat (limited to 'security/libfwbuilder2')
-rw-r--r-- | security/libfwbuilder2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile index 5d7486680dd1..b3c124309c0b 100644 --- a/security/libfwbuilder2/Makefile +++ b/security/libfwbuilder2/Makefile @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder @@ -17,7 +17,7 @@ COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ + xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ crypto.3:${PORTSDIR}/security/openssl |