summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-01-02 11:59:36 +0000
committeradrianp <adrianp@pkgsrc.org>2005-01-02 11:59:36 +0000
commitb00f96314195965a1acb1714401bf08e2076972d (patch)
tree718d4f2d9df0c938ca032cc362068861a7404727 /mail/sendmail
parent3cdd5d7edcbb0b6102bf61bdd8b9af8ce0746ac4 (diff)
downloadpkgsrc-b00f96314195965a1acb1714401bf08e2076972d.tar.gz
Remove inet6 from PKG_DEFAULT_OPTIONS as this can cause the package
to build in IPv6 support on systems where USE_INET6 has been set to NO. This addresses PR #28708 opened by georg.schwarz (at) freenet.de
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index 016372e031a..8a6d258c469 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.4 2005/01/02 11:59:36 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl sasl2 starttls tcpwrappers \
socketmap
.if !defined(PKG_OPTIONS.sendmail)
-PKG_DEFAULT_OPTIONS+= inet6 tcpwrappers
+PKG_DEFAULT_OPTIONS+= tcpwrappers
.endif
.include "../../mk/bsd.options.mk"