1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

pcre fixup.

Feature safe:	yes
This commit is contained in:
Cy Schubert 2012-03-30 19:26:01 +00:00
parent b43ad4e3dc
commit 15bb6a8606
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294003

View File

@ -95,8 +95,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if defined(WITH_PCRE)
CONFIGURE_ARGS+= --enable-pcre
# LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
.else
CONFIGURE_ARGS+= --disable-pcre
.endif