From 0a23993ee737a5c7f86999b70de14c23cb8bb303 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 28 Feb 2007 01:19:04 +0000 Subject: - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. --- mail/cyrus-imapd23/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cyrus-imapd23/Makefile') diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 8cd7b8340fd4..4358607f1577 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.8 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -192,7 +192,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.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} -- cgit