summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
committerwiz <wiz@pkgsrc.org>2006-04-13 21:45:12 +0000
commit0719006c41c5960c7848b1e488e9656d269e72f7 (patch)
treedf83175fa75029d606eaa4c0306c97cb82c83b46 /mail/sendmail
parent66276e181252d79dd4d9affb1ff2c7a6b6eb395d (diff)
downloadpkgsrc-0719006c41c5960c7848b1e488e9656d269e72f7.tar.gz
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'mail/sendmail')
-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 b4cd416f8e3..c1b4852e676 100644
--- a/mail/sendmail/options.mk
+++ b/mail/sendmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2005/10/20 15:10:01 adrianp Exp $
+# $NetBSD: options.mk,v 1.14 2006/04/13 21:45:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
@@ -29,7 +29,7 @@ PKG_OPTIONS_LEGACY_OPTS+= socketmap:sendmail-socketmap
### Use SASL/v2 for SMTP AUTH
###
.if !empty(PKG_OPTIONS:Msasl)
-. include "../../security/cyrus-sasl2/buildlink3.mk"
+. include "../../security/cyrus-sasl/buildlink3.mk"
.endif
###