diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-02 11:59:36 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-02 11:59:36 +0000 |
commit | b172bd64ecc91fc1e5a5d69123894dd3bb6d39d7 (patch) | |
tree | 718d4f2d9df0c938ca032cc362068861a7404727 /mail/sendmail | |
parent | 4d73132dc784d0c1bf3257f19dd9af5dcee67d8a (diff) | |
download | pkgsrc-b172bd64ecc91fc1e5a5d69123894dd3bb6d39d7.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.mk | 4 |
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" |