summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-01-02 11:59:36 +0000
committeradrianp <adrianp>2005-01-02 11:59:36 +0000
commit3570b9f6f291ec84f59c2edba2412750b89a47ac (patch)
tree718d4f2d9df0c938ca032cc362068861a7404727 /mail/sendmail
parent010372e4f35c7cc066e2b22856bc47adeda31586 (diff)
downloadpkgsrc-3570b9f6f291ec84f59c2edba2412750b89a47ac.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"