summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 17:20:09 +0000
committerrillig <rillig>2005-11-04 17:20:09 +0000
commit9d55db9c37555e0d5eaf7edb53c6e461f19fc0cb (patch)
tree5b770ce3e6afb84d88c19abb823b628919e32546 /mail
parentfde253ee71bcc6466e2610e5aed0161eb680dc3d (diff)
downloadpkgsrc-9d55db9c37555e0d5eaf7edb53c6e461f19fc0cb.tar.gz
Provide the PKG_SUGGESTED_OPTIONS instead of setting the user's
variable's default value.
Diffstat (limited to 'mail')
-rw-r--r--mail/spamassassin/options.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/spamassassin/options.mk b/mail/spamassassin/options.mk
index c33cac785f7..ccd157361ed 100644
--- a/mail/spamassassin/options.mk
+++ b/mail/spamassassin/options.mk
@@ -1,12 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2005/11/04 17:20:09 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spamassassin
PKG_SUPPORTED_OPTIONS= ssl net-tests perl-warnings perl-taint-checks \
awl-sql-tests bayes-sql-tests
-#
-# Default options
-#
-PKG_OPTIONS.spamassassin?= perl-taint-checks perl-warnings ssl
+PKG_SUGGESTED_OPTIONS= perl-taint-checks perl-warnings ssl
.include "../../mk/bsd.options.mk"
#