diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-29 11:02:36 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-29 11:02:36 +0000 |
commit | 8a39d7472ddc442e8d6cc51ded0bab92af7ff2e8 (patch) | |
tree | f9f33b819602cf34b52e77ebc24837e6b2df0b64 /lang/php4 | |
parent | Archive::Tar::Minitar is a pure-Ruby library and command-line utility that (diff) |
- Chase shlib version of net-mgmt/net-snmp which I've forgotten.
- Bump PORTREVISIONs again.
Notes
Notes:
svn path=/head/; revision=210063
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index a38a84af2aac..47db2048df1e 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -478,7 +478,7 @@ post-patch: . if defined(WITH_SNMP4) || exists(${LOCALBASE}/lib/libsnmp.so.4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 . else -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp . endif .endif |