summaryrefslogtreecommitdiff
path: root/mail/postfix-current
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 /mail/postfix-current
parent7b70e03c9729081043aaba574ac7d6388118b363 (diff)
downloadpkgsrc-f2b5915c28762466cdef1a45e524217130fcd841.tar.gz
List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat less
useless. :-)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/options.mk4
1 files changed, 2 insertions, 2 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"