aboutsummaryrefslogtreecommitdiff
path: root/lang/php4/Makefile.ext
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-01-16 09:40:31 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-01-16 09:40:31 +0000
commit9eb17499b378fdff1481a9337d4aa9ab7fe76e26 (patch)
tree606ec464e7d2f5097a07fb1fe401c8f67fa02c74 /lang/php4/Makefile.ext
parentd844b3df99008bd06dac428e3e1d2f4d304b40a2 (diff)
Notes
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r--lang/php4/Makefile.ext5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index 726cadb2fcde..b614022741c3 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -457,6 +457,11 @@ pre-configure:
/usr/bin/ar rcs liboracle.a *.o
.endif
+.if ${PHP_MODNAME} == "pcre"
+post-extract:
+ @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4
+.endif
+
.if ${PHP_MODNAME} == "snmp"
. if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4