summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:56:49 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:56:49 +0000
commit54d05fa49aacef69246df9d101e7ed52ea86cadd (patch)
tree53ab723e0a6ce8b3206592bcc2acebd6f45c7f75 /mail/sendmail
parent9418b1ff378c1e41a675ba521d4a3b183a824a36 (diff)
downloadpkgsrc-54d05fa49aacef69246df9d101e7ed52ea86cadd.tar.gz
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/options.mk26
1 files changed, 1 insertions, 25 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index 6a08a66db59..016372e031a 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,28 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/09/02 21:09:17 adrianp Exp $
-
-# Global and legacy options
-.if defined(USE_DB2) && !empty(USE_DB2:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= db2
-. elif defined(USE_DB4) && !empty(USE_DB4:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= db4
-.endif
-.if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= ldap
-.endif
-.if defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= sasl
-. elif defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= sasl2
-.endif
-.if defined(USE_TCPWRAPPERS) && !empty(USE_TCPWRAPPERS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= tcpwrappers
-.endif
-.if defined(USE_INET6) && !empty(USE_INET6:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= inet6
-.endif
-.if defined(USE_STARTTLS) && !empty(USE_STARTTLS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= starttls
-.endif
+# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl sasl2 starttls tcpwrappers \