summaryrefslogtreecommitdiff
path: root/mail/sendmail/options.mk
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
commit2c7b1e0dfeffaa35c1c839fd1453052143ba8072 (patch)
tree7f919ec070c4117c7528a99bc65945d529278403 /mail/sendmail/options.mk
parentffb9f35b19b712bb6dce95ec62b1de2b924d03f7 (diff)
downloadpkgsrc-2c7b1e0dfeffaa35c1c839fd1453052143ba8072.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/sendmail/options.mk')
-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
###