diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-01 21:51:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-01 21:51:11 +0000 |
commit | 4df02fccf4aef8d55cda74cada44664b6b6ee54d (patch) | |
tree | 2910a29d46c9508e9cae5343b38d575f1b43fab0 | |
parent | e2ed96479768c59247d1d350652111b9f7dd2553 (diff) | |
download | ports-4df02fccf4aef8d55cda74cada44664b6b6ee54d.tar.gz ports-4df02fccf4aef8d55cda74cada44664b6b6ee54d.zip |
Notes
-rw-r--r-- | lang/php4/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php52/Makefile.ext | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 0ddbf8c1dbda..51886181626c 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -293,7 +293,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 diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext index eb219c374c53..0b08c68e2386 100644 --- a/lang/php52/Makefile.ext +++ b/lang/php52/Makefile.ext @@ -378,7 +378,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 |