summaryrefslogtreecommitdiff
path: root/mail/sendmail/Makefile.common
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-09-02 21:09:17 +0000
committeradrianp <adrianp>2004-09-02 21:09:17 +0000
commit8261ab1e5f04598cdb478399ad430609d6ca9507 (patch)
tree51d7bd3ab11fdcbc66c58adc6268b6fa6a50a523 /mail/sendmail/Makefile.common
parentf3a757630a85df785dcedbc1a19f7a64eb16ebe4 (diff)
downloadpkgsrc-8261ab1e5f04598cdb478399ad430609d6ca9507.tar.gz
options.mk fixes for this package including:
- Option handling was ignoring old USE_* statements - Don't try and compile sendmail with SASLv1 _and_ SASLv2 support - Add missing migration option for USE_STARTTLS
Diffstat (limited to 'mail/sendmail/Makefile.common')
-rw-r--r--mail/sendmail/Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common
index ff2e574e39f..536c13c9c84 100644
--- a/mail/sendmail/Makefile.common
+++ b/mail/sendmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2004/08/31 10:51:22 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.21 2004/09/02 21:09:17 adrianp Exp $
#
# Makefile fragment shared with libmilter
#
@@ -34,9 +34,6 @@ USE_GNU_TOOLS+= m4
MAKE_ENV+= M4="${M4}"
.include "../../mk/bsd.prefs.mk"
-
-PKG_OPTIONS.sendmail?= inet6 tcpwrappers
-
.include "options.mk"
make-sendmail-siteconfig: