aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-11-18 11:19:38 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-11-18 11:19:38 +0800
commitd5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89 (patch)
tree1d1279dd6822c79884488aa397ae5cc4ca3c92ae /lang/php4/Makefile
parente85e376bcd8b8271a42b15cefc56b84bfa037e20 (diff)
downloadfreebsd-ports-graphics-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.tar.gz
freebsd-ports-graphics-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.tar.zst
freebsd-ports-graphics-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.zip
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r--lang/php4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 4d03f4e6474..0c53bea4ed9 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -21,7 +21,7 @@
PORTNAME= php4
PORTVERSION= 4.3.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES?= lang devel www
MASTER_SITES= http://www.php.net/distributions/:release \
http://it.php.net/distributions/:release \
@@ -582,7 +582,7 @@ CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE}
.if exists(${LOCALBASE}/lib/libsnmp.so.4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net/net-snmp4
.else
-LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp
+LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net/net-snmp
.endif
CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} --enable-ucd-snmp-hack
.endif