diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 05:23:10 +0000 |
commit | b650876e963062651e843375d9035e795f8374d8 (patch) | |
tree | 42f15e742451b527b3ca816be69895f50678abc1 /lang/php5 | |
parent | - Upgrade to 5.2.2. (diff) |
Chase shlib version bump of net-snmp.
Notes
Notes:
svn path=/head/; revision=149997
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 17a4f807600a..b8c64b12ed6d 100644 --- a/lang/php5/Makefile +++ b/lang/php5/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/php5/Makefile.ext b/lang/php5/Makefile.ext index 11eef6fbfb59..b4afef087967 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/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 |