summaryrefslogtreecommitdiff
path: root/security/cy2-sql
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /security/cy2-sql
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'security/cy2-sql')
-rw-r--r--security/cy2-sql/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index be89147052c..c6a9a6d0c37 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/31 10:01:39 dillo Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
COMMENT= Cyrus SASL SQL authentication plugin
@@ -8,10 +8,7 @@ SASL_PLUGIN= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.cy2-sql
PKG_SUPPORTED_OPTIONS= mysql pgsql sqlite
-
-.if !defined(PKG_OPTIONS.cy2-sql)
-PKG_DEFAULT_OPTIONS+= mysql
-.endif
+PKG_SUGGESTED_OPTIONS= mysql
.include "../../mk/bsd.options.mk"