summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen>2009-11-12 15:52:26 +0000
committerghen <ghen>2009-11-12 15:52:26 +0000
commitf2b5915c28762466cdef1a45e524217130fcd841 (patch)
treeb5cfc3bd6ec9aaac2c9c657526e5befb8feac1e0
parent7b70e03c9729081043aaba574ac7d6388118b363 (diff)
downloadpkgsrc-f2b5915c28762466cdef1a45e524217130fcd841.tar.gz
List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat less
useless. :-)
-rw-r--r--mail/postfix-current/options.mk4
-rw-r--r--mail/postfix/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk
index b1fdbb0dc0b..dad9b9a508b 100644
--- a/mail/postfix-current/options.mk
+++ b/mail/postfix-current/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.25 2008/10/16 09:49:13 martti Exp $
+# $NetBSD: options.mk,v 1.26 2009/11/12 15:52:26 ghen Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
-PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls
+PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls cdb
PKG_SUGGESTED_OPTIONS= tls
.include "../../mk/bsd.options.mk"
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk
index b1259197ca4..afb0805008e 100644
--- a/mail/postfix/options.mk
+++ b/mail/postfix/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.34 2008/10/16 09:49:13 martti Exp $
+# $NetBSD: options.mk,v 1.35 2009/11/12 15:52:26 ghen Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.postfix
-PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls
+PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl sqlite tls cdb
PKG_SUGGESTED_OPTIONS= tls
.include "../../mk/bsd.options.mk"