pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin Provide the PKG_SUGGESTED_OPTIONS in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26a10a3ef59
branches:  trunk
changeset: 502426:e26a10a3ef59
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 17:20:09 2005 +0000

description:
Provide the PKG_SUGGESTED_OPTIONS instead of setting the user's
variable's default value.

diffstat:

 mail/spamassassin/options.mk |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (18 lines):

diff -r c63e51a26181 -r e26a10a3ef59 mail/spamassassin/options.mk
--- a/mail/spamassassin/options.mk      Fri Nov 04 17:18:40 2005 +0000
+++ b/mail/spamassassin/options.mk      Fri Nov 04 17:20:09 2005 +0000
@@ -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"
 
 #



Home | Main Index | Thread Index | Old Index