summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2012-12-28 05:27:06 +0000
committerjnemeth <jnemeth@pkgsrc.org>2012-12-28 05:27:06 +0000
commitfb3e02b30d5f46634a647ea0217ab7c6092af95e (patch)
tree7f919ec070c4117c7528a99bc65945d529278403 /mail
parent8f321c337a5972e2f094f9d5de0af3313f6049ba (diff)
downloadpkgsrc-fb3e02b30d5f46634a647ea0217ab7c6092af95e.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.mk8
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
###