aboutsummaryrefslogtreecommitdiff
path: root/lang/php52
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-02-15 08:52:06 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-02-15 08:52:06 +0000
commite570e297b4966760e22239cf834696206cafb2e9 (patch)
tree962a89604ae35c9ace491a225bacd58b966b54da /lang/php52
parent0e4d9bdaa39f448dbb3e4b7d415513f9238c0cdb (diff)
Bump pcre shared library version in php52
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=291432
Diffstat (limited to 'lang/php52')
-rw-r--r--lang/php52/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index 93dcd8e89db0..a5734ef35223 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -582,7 +582,7 @@ CONFIGURE_ARGS+=--with-pcre-regex=yes
PHP_HEADER_DIRS=pcrelib
. else
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE}
. endif