diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-13 21:45:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-13 21:45:12 +0000 |
commit | 0719006c41c5960c7848b1e488e9656d269e72f7 (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /mail/sendmail812 | |
parent | 66276e181252d79dd4d9affb1ff2c7a6b6eb395d (diff) | |
download | pkgsrc-0719006c41c5960c7848b1e488e9656d269e72f7.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail812/options.mk b/mail/sendmail812/options.mk index 3cb6ea45035..bf3a90aee08 100644 --- a/mail/sendmail812/options.mk +++ b/mail/sendmail812/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/10/05 13:29:50 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2006/04/13 21:45:14 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail PKG_OPTIONS_OPTIONAL_GROUPS= database @@ -34,7 +34,7 @@ PKG_SUGGEST_OPTIONS+= db2 ### Use SASL/v2 for SMTP AUTH ### .if !empty(PKG_OPTIONS:Msasl) -. include "../../security/cyrus-sasl2/buildlink3.mk" +. include "../../security/cyrus-sasl/buildlink3.mk" .endif ### |