diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-12-05 15:09:29 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-12-05 15:09:29 +0000 |
commit | cd530f3682471f0c31c1db3db71f4b2598c1e067 (patch) | |
tree | b3961f7667d3dfdf9e05ed19208f27777be53df8 /mail/cyrus-imapd23 | |
parent | eebc983ef1d88f68ddf667df1fdc2741ab44298a (diff) | |
download | ports-cd530f3682471f0c31c1db3db71f4b2598c1e067.tar.gz ports-cd530f3682471f0c31c1db3db71f4b2598c1e067.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 6f712fb5794d..e00fd1b227ce 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -175,7 +175,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.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} |