diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
commit | 384985f41e0668161a45f655a860dc0c9f558eca (patch) | |
tree | b503a0d56b7d5e1d463884061ef6ee608085f876 /lang/php4 | |
parent | bd92a4a0a5888a4c2b0b86a9321aab9271127895 (diff) |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=186174
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
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 |