diff options
author | pav <pav@FreeBSD.org> | 2011-07-30 02:58:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-30 02:58:40 +0800 |
commit | 56a9662ca5fdb76b0158b1244ffe67930f433517 (patch) | |
tree | 287dfd4f454b592b4064f36320bd01021b7ba6aa /lang/php53 | |
parent | 65a4ee2246fe22ce4cf6a76f5adbc0d693ca66ef (diff) | |
download | freebsd-ports-gnome-56a9662ca5fdb76b0158b1244ffe67930f433517.tar.gz freebsd-ports-gnome-56a9662ca5fdb76b0158b1244ffe67930f433517.tar.zst freebsd-ports-gnome-56a9662ca5fdb76b0158b1244ffe67930f433517.zip |
- Chase net-snmp shlib bump
PR: ports/159253
Submitted by: Tacid <tacid@tacid.kiev.ua>
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index a72ec3abf064..a7937042d8b8 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -313,7 +313,7 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} \ --with-openssl-dir=${OPENSSLBASE} \ --enable-ucd-snmp-hack -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif |