aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2007-02-28 01:19:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2007-02-28 01:19:04 +0000
commit384985f41e0668161a45f655a860dc0c9f558eca (patch)
treeb503a0d56b7d5e1d463884061ef6ee608085f876 /lang/php4
parentbd92a4a0a5888a4c2b0b86a9321aab9271127895 (diff)
downloadports-384985f41e0668161a45f655a860dc0c9f558eca.tar.gz
ports-384985f41e0668161a45f655a860dc0c9f558eca.zip
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
-rw-r--r--lang/php4/Makefile.ext2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 2fcce2979ccb..18ea1498b309 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php4
PORTVERSION= 4.4.5
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index 8e4d43a6d63f..1943f72db6dc 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -478,7 +478,7 @@ post-patch:
. if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
. else
-LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
. endif
.endif