mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to optionsNG
PR: 168895 Submitted by: maintainer
This commit is contained in:
parent
d2b23257c9
commit
90035d504d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298863
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ COMMENT= A generic IP network transaction auditing tool
|
|||
|
||||
CONFLICTS= argus-2* argus-sasl-2* argus-clients-2*
|
||||
|
||||
OPTIONS+= SASL "SASL authentication support" on
|
||||
OPTIONS_DEFINE= SASL
|
||||
OPTIONS_DEFAULT= SASL
|
||||
|
||||
USE_RC_SUBR= argus
|
||||
|
||||
|
@ -25,7 +26,7 @@ USE_RC_SUBR= argus
|
|||
USE_BISON= build
|
||||
GNU_CONFIGURE= true
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
.if ${PORT_OPTIONS:MSASL}
|
||||
PKGNAMESUFFIX= -sasl
|
||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
||||
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
||||
|
|
Loading…
Add table
Reference in a new issue