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 | 71d546336f4486720928bc134beb8027d7206bdc (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /mail/mutt-devel | |
parent | a610173b5d42f90d91fce1b05565f089e2082ecf (diff) | |
download | pkgsrc-71d546336f4486720928bc134beb8027d7206bdc.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index a85f5c5ee4b..9b5fd24bc6b 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2005/12/20 17:23:11 tonio Exp $ +# $NetBSD: options.mk,v 1.13 2006/04/13 21:45:13 wiz Exp $ # Global and legacy options @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses} ### SASLv2 ### .if !empty(PKG_OPTIONS:Msasl) -. include "../../security/cyrus-sasl2/buildlink3.mk" +. include "../../security/cyrus-sasl/buildlink3.mk" CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl} .endif |