aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2012-06-19 13:44:09 +0800
committerdemon <demon@FreeBSD.org>2012-06-19 13:44:09 +0800
commitcb0148240ed52e27aff180d53d013615bc5a1a6e (patch)
tree6bc0f039e683b80f55e8074c9b3b192ee52ce753 /net/haproxy
parentc0f7a57ce9bc7bd185740a63a015d2823c9f93d9 (diff)
downloadfreebsd-ports-gnome-cb0148240ed52e27aff180d53d013615bc5a1a6e.tar.gz
freebsd-ports-gnome-cb0148240ed52e27aff180d53d013615bc5a1a6e.tar.zst
freebsd-ports-gnome-cb0148240ed52e27aff180d53d013615bc5a1a6e.zip
Do not require specific version of pcre shared library.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index fe918953db05..9c0e34e10a35 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT=PCRE DPCRE
MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS CC=${CC}
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
.if ${PORT_OPTIONS:MDPCRE}
MAKE_ARGS+= "USE_PCRE=1"