summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:37:07 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:37:07 +0000
commit7c3ec0b902f41e2baad31454988ac401fd6fa9ca (patch)
tree6bea740bf46d28020c3292eabe02a4c997096af4 /mail/postfix-current
parentf18a762d3fa659048df77e0ba0562b6f8189dbdf (diff)
downloadpkgsrc-7c3ec0b902f41e2baad31454988ac401fd6fa9ca.tar.gz
Remove obsolete variables POSTFIX_*, use PKG_OPTIONS.postfix.
Ok'ed jlam@
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/options.mk34
1 files changed, 1 insertions, 33 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk
index 960ebccf95e..137fe82c7da 100644
--- a/mail/postfix-current/options.mk
+++ b/mail/postfix-current/options.mk
@@ -1,36 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2004/10/29 07:07:44 xtraeme Exp $
-
-# Global and legacy options
-#
-# XXX Support for the following variables will be removed after the
-# XXX pkgsrc-2004Q3 branch is released:
-# XXX
-# XXX POSTFIX_USE_INET6 POSTFIX_USE_TLS
-# XXX POSTFIX_USE_PCRE POSTFIX_USE_MYSQL
-# XXX POSTFIX_USE_PGSQL POSTFIX_OPTIONS
-# XXX POSTFIX_USE_SASL_AUTH
-#
-.if defined(POSTFIX_USE_INET6) && !empty(POSTFIX_USE_INET6:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= inet6
-.endif
-.if defined(POSTFIX_USE_TLS) && !empty(POSTFIX_USE_TLS:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= tls
-.endif
-.if defined(POSTFIX_USE_PCRE) && !empty(POSTFIX_USE_PCRE:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= pcre
-.endif
-.if defined(POSTFIX_USE_MYSQL) && !empty(POSTFIX_USE_MYSQL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= mysql
-.endif
-.if defined(POSTFIX_USE_PGSQL) && !empty(POSTFIX_USE_PGSQL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= pgsql
-.endif
-.if defined(POSTFIX_USE_SASL_AUTH) && defined(POSTFIX_USE_SASL_AUTH)
-PKG_DEFAULT_OPTIONS+= sasl
-.endif
-.if defined(POSTFIX_OPTIONS)
-PKG_DEFAULT_OPTIONS= ${POSTFIX_OPTIONS}
-.endif
+# $NetBSD: options.mk,v 1.7 2004/11/17 19:37:07 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
#PKG_SUPPORTED_OPTIONS= inet6 ldap mysql mysql4 pcre pgsql sasl tls