diff options
Diffstat (limited to 'lang/php52/Makefile.ext')
-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 |