diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-03-11 21:54:16 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-03-11 21:54:16 +0000 |
commit | a2890bb9d94f9c8383fbd1c3eb17880682c6abe6 (patch) | |
tree | 48af76f7b5c948a8da27217cce42cee6ff7a4d0a /lang | |
parent | b72edb8fdd1101d3d845054288520a09a0ebdd27 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile.ext | 4 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 7963d745d379..75d14fc807c6 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -237,9 +237,9 @@ CONFIGURE_ARGS+=--enable-pcntl .endif .if ${PHP_MODNAME} == "pcre" -CONFIGURE_ARGS+=--with-pcre-regex=yes +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -PHP_HEADER_DIRS=pcrelib +CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE} .endif .if ${PHP_MODNAME} == "pdo" diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 7963d745d379..75d14fc807c6 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -237,9 +237,9 @@ CONFIGURE_ARGS+=--enable-pcntl .endif .if ${PHP_MODNAME} == "pcre" -CONFIGURE_ARGS+=--with-pcre-regex=yes +LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -PHP_HEADER_DIRS=pcrelib +CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE} .endif .if ${PHP_MODNAME} == "pdo" |