diff options
author | ume <ume@FreeBSD.org> | 2004-12-05 15:09:29 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-12-05 15:09:29 +0000 |
commit | ae671b0dc5e5030497accae532f7dac8910d1bd9 (patch) | |
tree | fc096833681a5f43a59a7565b317dcef06d39453 /mail/cyrus-imapd24 | |
parent | ad6673589cb058c400eb8c69a1afa3050101b253 (diff) | |
download | FreeBSD-ports-ae671b0dc5e5030497accae532f7dac8910d1bd9.zip FreeBSD-ports-ae671b0dc5e5030497accae532f7dac8910d1bd9.tar.gz |
follow shlib version bump of net-snmp.
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 6f712fb..e00fd1b 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/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} |