diff options
author | jnemeth <jnemeth> | 2012-12-28 05:27:06 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2012-12-28 05:27:06 +0000 |
commit | 720ae284b7ae4f07f3b0f3ea1ac7419f30f3327d (patch) | |
tree | 7f919ec070c4117c7528a99bc65945d529278403 /mail | |
parent | 9aee616566226cedb7939742d26a1f0f0a5c1c56 (diff) | |
download | pkgsrc-720ae284b7ae4f07f3b0f3ea1ac7419f30f3327d.tar.gz |
sendmail is incompatible with current versions of databases/db4
as the latter is now threaded, so delete the option
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/options.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk index a71d9cabb3c..26e36ec3104 100644 --- a/mail/sendmail/options.mk +++ b/mail/sendmail/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.18 2012/06/12 15:45:58 wiz Exp $ +# $NetBSD: options.mk,v 1.19 2012/12/28 05:27:06 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail -PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers +PKG_SUPPORTED_OPTIONS= inet6 db2 ldap sasl tls tcpwrappers PKG_SUGGESTED_OPTIONS= inet6 tcpwrappers PKG_OPTIONS_LEGACY_OPTS+= starttls:tls @@ -9,12 +9,10 @@ PKG_OPTIONS_LEGACY_OPTS+= starttls:tls .include "../../mk/bsd.options.mk" ### -### Berkeley DB version 2/4 format for on disk databases e.g. aliases +### Berkeley DB version 2 format for on disk databases e.g. aliases ### .if !empty(PKG_OPTIONS:Mdb2) . include "../../databases/db/buildlink3.mk" -.elif !empty(PKG_OPTIONS:Mdb4) -. include "../../databases/db4/buildlink3.mk" .endif ### |