View | Details | Raw Unified | Return to bug 168895
Collapse All | Expand All

(-)net-mgmt/argus3/Makefile.new (-2 / +4 lines)
Lines 16-22 Link Here
16
16
17
CONFLICTS=	argus-2* argus-sasl-2* argus-clients-2*
17
CONFLICTS=	argus-2* argus-sasl-2* argus-clients-2*
18
18
19
OPTIONS+=	SASL "SASL authentication support" on
19
OPTIONS_DEFINE=		SASL
20
OPTIONS_DEFAULT=	SASL
21
SASL_DESC=		SASL authentication support
20
22
21
USE_RC_SUBR=	argus
23
USE_RC_SUBR=	argus
22
24
Lines 25-31 Link Here
25
USE_BISON=	build
27
USE_BISON=	build
26
GNU_CONFIGURE=	true
28
GNU_CONFIGURE=	true
27
29
28
.if defined(WITH_SASL)
30
.if ${PORT_OPTIONS:MSASL}
29
PKGNAMESUFFIX=	-sasl
31
PKGNAMESUFFIX=	-sasl
30
LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
32
LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
31
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
33
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}

Return to bug 168895