From cb0148240ed52e27aff180d53d013615bc5a1a6e Mon Sep 17 00:00:00 2001 From: demon Date: Tue, 19 Jun 2012 05:44:09 +0000 Subject: Do not require specific version of pcre shared library. --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/haproxy') 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" -- cgit title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Stage supportmiwi2014-02-031-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1