aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-03-14 15:58:26 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-03-14 15:58:26 +0800
commit064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch)
tree3ea57b0eb13388b8214230ebc608a769caa9b2b1 /lang/php5
parent35eebca59551fc4a1048b606d36ce09b18704b54 (diff)
downloadfreebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz
freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst
freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index b2f8a256b1e6..aa5516fb0322 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -21,7 +21,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0.a5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES?= lang devel www
MASTER_SITES= http://www.php.net/distributions/:release \
http://it.php.net/distributions/:release \
@@ -517,7 +517,7 @@ CONFIGURE_ARGS+=--enable-xml
.endif
.if defined(WITH_XMLRPC)
-LIB_DEPENDS+= expat.4:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
CONFIGURE_ARGS+=--with-xmlrpc --with-expat-dir=${LOCALBASE}
.endif