diff options
author | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
commit | be0b9912665d6b9817306e97e10f6829144a8d83 (patch) | |
tree | d4af35b8c4ef9603087df62c197a0b5ec4ba9ba3 /net/haproxy | |
parent | c0984d7212423fec61910cec885222df29522d13 (diff) | |
download | freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.gz freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.zst freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.zip |
Bump pcre library dependency due to 8.30 update
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 4cc6c9259fa9..3a3d4084e43a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= haproxy PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ @@ -31,12 +32,12 @@ OPTIONS= PCRE "Use PCRE regex library" On\ MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS CC=${CC} .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre MAKE_ARGS+= "USE_PCRE=1" .endif .if defined(WITH_STATIC_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre MAKE_ARGS+= "USE_STATIC_PCRE=1" .endif |