pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt Switch slang option to slang2 so it builds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb729486f014
branches:  trunk
changeset: 353096:eb729486f014
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 28 08:04:05 2016 +0000

description:
Switch slang option to slang2 so it builds.

>From gcw@primenet in PR 51513.

diffstat:

 mail/mutt/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fd5d155ec832 -r eb729486f014 mail/mutt/options.mk
--- a/mail/mutt/options.mk      Wed Sep 28 02:54:15 2016 +0000
+++ b/mail/mutt/options.mk      Wed Sep 28 08:04:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.23 2016/08/21 16:59:21 tnn Exp $
+# $NetBSD: options.mk,v 1.24 2016/09/28 08:04:05 wiz Exp $
 
 # Global and legacy options
 
@@ -18,8 +18,8 @@
 ### Slang
 ###
 .if !empty(PKG_OPTIONS:Mslang)
-.  include "../../devel/libslang/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang}
+.  include "../../devel/libslang2/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang2}
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index