diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 18:02:28 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 18:02:28 +0800 |
commit | ca619a5e2095797241390a84c07baf1d59bd6a90 (patch) | |
tree | 2bb17bc4744f3cf48f7d1f508b172e3ae6a33fa6 /lang/php5/Makefile | |
parent | ec624f9fc1044f2114c5078c79e0d10a66721358 (diff) | |
download | freebsd-ports-gnome-ca619a5e2095797241390a84c07baf1d59bd6a90.tar.gz freebsd-ports-gnome-ca619a5e2095797241390a84c07baf1d59bd6a90.tar.zst freebsd-ports-gnome-ca619a5e2095797241390a84c07baf1d59bd6a90.zip |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 9588ecdd0e29..8e6c686fc911 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -21,6 +21,7 @@ PORTNAME= php5 PORTVERSION= 5.0.0.a3 +PORTREVISION= 1 CATEGORIES?= lang devel www MASTER_SITES= http://www.php.net/distributions/:release \ http://it.php.net/distributions/:release \ @@ -564,7 +565,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 |