diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
commit | 0a23993ee737a5c7f86999b70de14c23cb8bb303 (patch) | |
tree | 017505a5c0b010280d4003ef49c85d841149c789 /lang/php4 | |
parent | 512c546b626c81f8d41fe3a7e421c11ddf93f855 (diff) | |
download | freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.gz freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.zst freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.zip |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
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 |