diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
commit | 6b858f7dee09a58e39625ce488c8bccc00e859cb (patch) | |
tree | b11744c10dd2b92dbe297cebfd655250855a4c3b /lang/php53 | |
parent | 8bad2f31f7d330400081a24f5d9367f6f6885aef (diff) | |
download | FreeBSD-ports-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip FreeBSD-ports-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz |
Chase shlib version bump of net-snmp.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 17a4f80..b8c64b1 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 11eef6f..b4afef0 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -474,7 +474,7 @@ pre-configure: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp . endif .endif |