aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-05-29 23:27:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-05-29 23:27:40 +0800
commit1281fb7b29d39670eeb82e8fe551bb38c3b06ee2 (patch)
treea05d99d8ba228606ae9f522b617fcfcd2e92cdd2 /mail
parent60601da4cbbb58c735caada546ecaa645b553529 (diff)
downloadfreebsd-ports-gnome-1281fb7b29d39670eeb82e8fe551bb38c3b06ee2.tar.gz
freebsd-ports-gnome-1281fb7b29d39670eeb82e8fe551bb38c3b06ee2.tar.zst
freebsd-ports-gnome-1281fb7b29d39670eeb82e8fe551bb38c3b06ee2.zip
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 6e13ed89d557..007a608f2c07 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -45,7 +45,7 @@ BASEMAIL= /usr/libexec/sendmail/sendmail
MILTER_SOVER?= 6
OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER DOCS
-OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER
+OPTIONS_DEFAULT?= SHMEM SEM LA NIS TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER
NO_OPTIONS_SORT=yes
SHMEM_DESC= System V shared memory support
LA_DESC= load averages support