diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-15 08:52:06 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-15 08:52:06 +0000 |
commit | e570e297b4966760e22239cf834696206cafb2e9 (patch) | |
tree | 962a89604ae35c9ace491a225bacd58b966b54da /lang/php52 | |
parent | 0e4d9bdaa39f448dbb3e4b7d415513f9238c0cdb (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.ext | 2 |
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 |