aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-regex
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
commitb2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch)
tree72e0f50b478fcc72d7fc0a63685fd4e55917df11 /net-mgmt/bsnmp-regex
parentad444725e12107f98ef3a17901a6c968e5f165f6 (diff)
downloadports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz
ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip
Notes
Diffstat (limited to 'net-mgmt/bsnmp-regex')
-rw-r--r--net-mgmt/bsnmp-regex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index 47b80b7f18bf..d9740e53cdd2 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bsnmp-regex
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/
@@ -18,7 +18,7 @@ PCRE_DESC= Use PCRE instead of the default regex library
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.else
CONFIGURE_ARGS+= --disable-pcre