pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel change --with-sasl2 to --with-sasl. Fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43acd8d26856
branches: trunk
changeset: 500227:43acd8d26856
user: tonio <tonio%pkgsrc.org@localhost>
date: Tue Oct 04 15:37:32 2005 +0000
description:
change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmi
diffstat:
mail/mutt-devel/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8baea4de3ad6 -r 43acd8d26856 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk Tue Oct 04 15:33:24 2005 +0000
+++ b/mail/mutt-devel/options.mk Tue Oct 04 15:37:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/10/03 14:16:53 tonio Exp $
+# $NetBSD: options.mk,v 1.10 2005/10/04 15:37:32 tonio Exp $
# Global and legacy options
@@ -27,7 +27,7 @@
###
.if !empty(PKG_OPTIONS:Msasl)
. include "../../security/cyrus-sasl2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
.endif
###
Home |
Main Index |
Thread Index |
Old Index