summaryrefslogtreecommitdiff
path: root/mail/spamassassin/options.mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-17 19:56:49 +0000
committerxtraeme <xtraeme>2004-11-17 19:56:49 +0000
commit4208e2fbf4039947482060779588f3d571146ba8 (patch)
tree53ab723e0a6ce8b3206592bcc2acebd6f45c7f75 /mail/spamassassin/options.mk
parent039364e3a2068aa469fe03d4bd349fdd3a494e88 (diff)
downloadpkgsrc-4208e2fbf4039947482060779588f3d571146ba8.tar.gz
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
Diffstat (limited to 'mail/spamassassin/options.mk')
-rw-r--r--mail/spamassassin/options.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/mail/spamassassin/options.mk b/mail/spamassassin/options.mk
index 9dff19bbe87..c33cac785f7 100644
--- a/mail/spamassassin/options.mk
+++ b/mail/spamassassin/options.mk
@@ -1,18 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/10/12 00:11:10 heinz Exp $
-
-# Global and legacy options
-.if defined(SPAMASSASSIN_USE_SSL) && !empty(SPAMASSASSIN_USE_SSL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= ssl
-.endif
-.if defined(SPAMASSASSIN_RAZOR_TESTS) && !empty(SPAMASSASSIN_RAZOR_TESTS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= net-tests
-.endif
-.if defined(SPAMASSASSIN_PERL_WARNINGS) && !empty(SPAMASSASSIN_PERL_WARNINGS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= perl-warnings
-.endif
-.if defined(SPAMASSASSIN_PERL_TAINT_CHECKS) && !empty(SPAMASSASSIN_PERL_TAINT_CHECKS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= perl-taint-checks
-.endif
+# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spamassassin
PKG_SUPPORTED_OPTIONS= ssl net-tests perl-warnings perl-taint-checks \