diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-03-27 17:20:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-03-27 17:20:34 +0000 |
commit | 27f051e196ae160f0c7283ec823166942cf5e713 (patch) | |
tree | 576a17d43e58c2b7885ecd2bca7ff5c65d002006 /mail/cyrus-imapd22 | |
parent | 25aa8365788d59ea6169da11b41cc1303091e2f0 (diff) | |
download | ports-27f051e196ae160f0c7283ec823166942cf5e713.tar.gz ports-27f051e196ae160f0c7283ec823166942cf5e713.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 3450f2ef9105..204a575da94e 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -113,7 +113,7 @@ BROKEN= Multiple net-snmp versions selected. Run 'make config' again! .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} |