summaryrefslogtreecommitdiff
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
parent- fix pkg-plist (again?) (diff)
Revert previous commit: for an unknown reason, the pcre module linked
with external pcre library doesn't work inside apache. PHP devs are not interested in fixing this problem and insist to use the bundled (broken too) version.
Notes
Notes: svn path=/head/; revision=187245
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"