summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorjlam <jlam>2004-07-30 21:38:07 +0000
committerjlam <jlam>2004-07-30 21:38:07 +0000
commit8d4ab557e1ca858305e4e59bfbfcdf63d71f1479 (patch)
tree69d6ed566176b2ea4072770e31e2f3e8c6996dcc /mail/postfix
parent3d5f4414d5d0e6a5a3f5320af17da17f7d34259d (diff)
downloadpkgsrc-8d4ab557e1ca858305e4e59bfbfcdf63d71f1479.tar.gz
VERP support is a standard feature in Postfix.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile.options13
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/postfix/Makefile.options b/mail/postfix/Makefile.options
index b8d626445d2..6b6223748d6 100644
--- a/mail/postfix/Makefile.options
+++ b/mail/postfix/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile.options,v 1.6 2004/07/30 21:38:07 jlam Exp $
# Global and legacy options
#
@@ -7,14 +7,14 @@
# XXX
# XXX POSTFIX_USE_INET6 POSTFIX_USE_TLS
# XXX POSTFIX_USE_PCRE POSTFIX_USE_MYSQL
-# XXX POSTFIX_USE_PGSQL POSTFIX_USE_VERP
-# XXX POSTFIX_USE_SASL_AUTH POSTFIX_OPTIONS
+# XXX POSTFIX_USE_PGSQL POSTFIX_OPTIONS
+# XXX POSTFIX_USE_SASL_AUTH
#
.if defined(USE_SASL) || defined(USE_SASL2) || defined(USE_OPENLDAP) || \
defined(POSTFIX_USE_INET6) || defined(POSTFIX_USE_TLS) || \
defined(POSTFIX_USE_PCRE) || defined(POSTFIX_USE_MYSQL) || \
- defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_VERP) || \
- defined(POSTFIX_USE_SASL_AUTH)
+ defined(POSTFIX_USE_PGSQL) || defined(POSTFIX_USE_SASL_AUTH) || \
+ defined(POSTFIX_OPTIONS)
. if !defined(PKG_OPTIONS.postfix)
. if defined(USE_SASL) && !empty(USE_SASL:M[yY][eE][sS])
PKG_OPTIONS.postfix+= sasl
@@ -40,9 +40,6 @@ PKG_OPTIONS.postfix+= mysql
. if defined(POSTFIX_USE_PGSQL) && !empty(POSTFIX_USE_PGSQL:M[yY][eE][sS])
PKG_OPTIONS.postfix+= pgsql
. endif
-. if defined(POSTFIX_USE_VERP) && !empty(POSTFIX_USE_VERP:M[yY][eE][sS])
-PKG_OPTIONS.postfix+= verp
-. endif
. if defined(POSTFIX_USE_SASL_AUTH) && defined(POSTFIX_USE_SASL_AUTH)
PKG_OPTIONS.postfix+= sasl
. endif