summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2009-11-12 15:52:26 +0000
committerghen <ghen@pkgsrc.org>2009-11-12 15:52:26 +0000
commit9d51ee075e9c739ff070eba737bc1851c7925951 (patch)
treeb5cfc3bd6ec9aaac2c9c657526e5befb8feac1e0 /mail/postfix
parenta416dfabc3c794d7a09a439d8cd874e5248d0a33 (diff)
downloadpkgsrc-9d51ee075e9c739ff070eba737bc1851c7925951.tar.gz
List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat less
useless. :-)
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/options.mk4
1 files changed, 2 insertions, 2 deletions
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"