1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Add pcre dependency.

Thanks to:	QAT
This commit is contained in:
Cy Schubert 2010-05-05 15:25:23 +00:00
parent dfc1fbb738
commit 6be65a1dd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253764
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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