diff options
author | demon <demon@FreeBSD.org> | 2012-06-19 13:44:09 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-06-19 13:44:09 +0800 |
commit | cb0148240ed52e27aff180d53d013615bc5a1a6e (patch) | |
tree | 6bc0f039e683b80f55e8074c9b3b192ee52ce753 /net/haproxy | |
parent | c0f7a57ce9bc7bd185740a63a015d2823c9f93d9 (diff) | |
download | freebsd-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/Makefile | 2 |
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" |