summaryrefslogtreecommitdiff
path: root/security/cy2-anonymous
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-23 12:21:48 +0000
committerrillig <rillig@pkgsrc.org>2020-05-23 12:21:48 +0000
commitb840753a23562b12641b53cc7f9f9bd0d8f26975 (patch)
tree67655175fe606ffeace2e36d8d40f0540e0661ab /security/cy2-anonymous
parent47292fdf981916833d5a749aca75b99de71b215c (diff)
downloadpkgsrc-b840753a23562b12641b53cc7f9f9bd0d8f26975.tar.gz
security/cy2-anonymous: fix typo in configure option
Even though the option was unknown, the plugin was built because of the custom BUILD_DIRS and BUILD_TARGET. That could be considered a hack at best.
Diffstat (limited to 'security/cy2-anonymous')
-rw-r--r--security/cy2-anonymous/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-anonymous/Makefile b/security/cy2-anonymous/Makefile
index 00f76dfb41b..87fef326360 100644
--- a/security/cy2-anonymous/Makefile
+++ b/security/cy2-anonymous/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/12/09 21:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/23 12:21:48 rillig Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
COMMENT= Cyrus SASL ANONYMOUS authentication plugin
@@ -8,7 +8,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
.include "../../security/cyrus-sasl/Makefile.common"
-CONFIGURE_ARGS+= --enable-anonymous
+CONFIGURE_ARGS+= --enable-anon
BUILD_DIRS= plugins
BUILD_TARGET= libanonymous.la