diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /lang/php4/Makefile | |
parent | - Update to 1.0.0 pre5 (diff) |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Notes
Notes:
svn path=/head/; revision=110800
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index e819f0b45f6a..38be225f0cd0 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,6 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.7 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -235,7 +236,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 |