aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-06-04 06:41:40 +0800
committerroam <roam@FreeBSD.org>2004-06-04 06:41:40 +0800
commit382201b6cc1347f520d5e2a46a26926be26782be (patch)
tree7b841659f31cb7bdc8cccbeb65f6eaf89132761e /lang/php5/Makefile
parent107eee14991cb7089d0ef5d9222e4a160cf7cd50 (diff)
downloadfreebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.gz
freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.zst
freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.zip
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 037c5e2ea89f..5c49df49fca5 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -22,7 +22,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0.r2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,}
MASTER_SITE_SUBDIR= distributions/:release
@@ -234,7 +234,7 @@ CONFIGURE_ARGS+=--enable-ctype
.endif
.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.2:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
.endif