mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Remove dependency to net-snmp4. Because, it's marked as DEPRECATED
and will be removed soon. PR: ports/150558 Submitted by: garga
This commit is contained in:
parent
b1bafdacdf
commit
98a0bd8ad5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261404
@ -40,7 +40,8 @@ CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \
|
|||||||
--with-auth=unix \
|
--with-auth=unix \
|
||||||
--with-com_err \
|
--with-com_err \
|
||||||
--with-openssl=${OPENSSLBASE} \
|
--with-openssl=${OPENSSLBASE} \
|
||||||
--with-perl=${PERL5}
|
--with-perl=${PERL5} \
|
||||||
|
--with-ucdsnmp=no
|
||||||
|
|
||||||
.if defined(WITH_BDB_VER)
|
.if defined(WITH_BDB_VER)
|
||||||
USE_BDB_VER= ${WITH_BDB_VER}
|
USE_BDB_VER= ${WITH_BDB_VER}
|
||||||
@ -78,13 +79,6 @@ PLIST_SUB+= MURDER="@comment "
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITH_SNMP)
|
|
||||||
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
|
|
||||||
CONFIGURE_ARGS+=--with-ucdsnmp=${LOCALBASE}
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+=--with-ucdsnmp=no
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CYRUS_USER?= cyrus
|
CYRUS_USER?= cyrus
|
||||||
CYRUS_GROUP?= cyrus
|
CYRUS_GROUP?= cyrus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user