diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-08 08:59:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-08 08:59:28 +0000 |
commit | 680174eb06d972473daf929f9db647c92c999039 (patch) | |
tree | db86d2f0388c19612850dc15842cb25dcb12db3b /mail/cyrus-imapd23 | |
parent | 2395e2f49c8480cc991c6e6d6f6315c291be51ef (diff) | |
download | ports-680174eb06d972473daf929f9db647c92c999039.tar.gz ports-680174eb06d972473daf929f9db647c92c999039.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 61f89a743589..c33cb3f1bb3b 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -50,8 +50,7 @@ OPTIONS= BDB "Use Berkeley DB" on \ PGSQL "Use PostgreSQL (experimental)" off \ REPLICATION "Enable replication" off \ SQLITE "Use SQLite (experimental)" off \ - SNMP_4 "Enable SNMP support using net-snmp v4" off \ - SNMP_5 "Enable SNMP support using net-snmp v5" off + SNMP_5 "Enable SNMP support" off .include <bsd.port.pre.mk> @@ -126,15 +125,8 @@ CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif -.if defined(WITH_SNMP_4) && defined(WITH_SNMP_5) -BROKEN= Multiple net-snmp versions selected. Run 'make config' again! -.endif -.if defined(WITH_SNMP_4) -LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 -.elif defined(WITH_SNMP_5) +.if defined(WITH_SNMP_5) LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp -.endif -.if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-snmp=no |