summaryrefslogtreecommitdiff
path: root/mail/sendmail/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail/options.mk')
-rw-r--r--mail/sendmail/options.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index 4513f640dd8..86b14a58aa8 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,11 +1,10 @@
-# $NetBSD: options.mk,v 1.15 2006/05/31 18:22:24 ghen Exp $
+# $NetBSD: options.mk,v 1.16 2007/01/20 20:08:32 tv Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
-PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
+PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers
PKG_SUGGESTED_OPTIONS= tcpwrappers
PKG_OPTIONS_LEGACY_OPTS+= starttls:tls
-PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap
.include "../../mk/bsd.options.mk"
@@ -47,14 +46,6 @@ PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap
.endif
###
-### Enable Sendmail SOCKETMAP support
-###
-.if !empty(PKG_OPTIONS:Msendmail-socketmap)
-USE_TOOLS+= perl:run
-REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl
-.endif
-
-###
### IPv6 support.
###
.if !empty(PKG_OPTIONS:Minet6)