diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 10:02:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 10:02:28 +0000 |
commit | 34b7c36291cf9a4e44a0397ca48349383e5169aa (patch) | |
tree | c93fc21214162410b3cb6c022b84006b8931eca4 /lang/php5/Makefile | |
parent | - Update to version 0.9.16 (diff) |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Notes
Notes:
svn path=/head/; revision=94243
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 |