diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-09 22:42:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-09 22:42:14 +0800 |
commit | c330332a3ce9a4f74ebe9611801f52825db05ed1 (patch) | |
tree | 594918444d2dce384afbbffd76d36af7dd84a426 /net-mgmt | |
parent | ee6957a57732568e7f0c22f07fec78655d1d54c0 (diff) | |
download | freebsd-ports-gnome-c330332a3ce9a4f74ebe9611801f52825db05ed1.tar.gz freebsd-ports-gnome-c330332a3ce9a4f74ebe9611801f52825db05ed1.tar.zst freebsd-ports-gnome-c330332a3ce9a4f74ebe9611801f52825db05ed1.zip |
- Convert to optionsNG
PR: 168895
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index f156ff149ea8..556e8b2e4b95 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -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} |