diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 17:20:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 17:20:09 +0000 |
commit | a844ed5f9a77dc5baae553e6bdb65901705a3695 (patch) | |
tree | 5b770ce3e6afb84d88c19abb823b628919e32546 /mail/spamassassin | |
parent | 914fccbd5e54ef482f0c3222a9a2484385b0b3b6 (diff) | |
download | pkgsrc-a844ed5f9a77dc5baae553e6bdb65901705a3695.tar.gz |
Provide the PKG_SUGGESTED_OPTIONS instead of setting the user's
variable's default value.
Diffstat (limited to 'mail/spamassassin')
-rw-r--r-- | mail/spamassassin/options.mk | 7 |
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" # |