diff options
author | ghen <ghen@pkgsrc.org> | 2009-11-12 15:52:26 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-11-12 15:52:26 +0000 |
commit | 9d51ee075e9c739ff070eba737bc1851c7925951 (patch) | |
tree | b5cfc3bd6ec9aaac2c9c657526e5befb8feac1e0 /mail/postfix-current | |
parent | a416dfabc3c794d7a09a439d8cd874e5248d0a33 (diff) | |
download | pkgsrc-9d51ee075e9c739ff070eba737bc1851c7925951.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.mk | 4 |
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" |