aboutsummaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-03-13 07:10:15 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-03-13 07:10:15 +0000
commit13a551fc14f8b6732e47ee248a6586bff810aee4 (patch)
tree5025757ebf4c3916dfad5e45185f8519b26eb5a0 /lang/php53
parent327f1c0239f529d78a8b5ffb4fc87552bf07da3e (diff)
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 75d14fc807c6..7963d745d379 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -237,9 +237,9 @@ CONFIGURE_ARGS+=--enable-pcntl
.endif
.if ${PHP_MODNAME} == "pcre"
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+CONFIGURE_ARGS+=--with-pcre-regex=yes
-CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE}
+PHP_HEADER_DIRS=pcrelib
.endif
.if ${PHP_MODNAME} == "pdo"