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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/options.mk b/mail/sendmail/options.mk
index c330a4f0c93..ab83ca44633 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/07/02 01:12:52 tv Exp $
+# $NetBSD: options.mk,v 1.8 2005/07/16 01:19:13 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl starttls tcpwrappers \
@@ -48,7 +48,7 @@ PKG_SUGGESTED_OPTIONS= tcpwrappers
### Enable Sendmail SOCKETMAP support
###
.if !empty(PKG_OPTIONS:Msocketmap)
-USE_PERL5= YES
+USE_TOOLS+= perl:run
REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl
.endif