pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 28 08:04:05 UTC 2016

Modified Files:
        pkgsrc/mail/mutt: options.mk

Log Message:
Switch slang option to slang2 so it builds.

>From gcw@primenet in PR 51513.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/mutt/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.23 pkgsrc/mail/mutt/options.mk:1.24
--- pkgsrc/mail/mutt/options.mk:1.23    Sun Aug 21 16:59:21 2016
+++ pkgsrc/mail/mutt/options.mk Wed Sep 28 08:04:05 2016
@@ -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 @@ PKG_SUGGESTED_OPTIONS=        curses gpgme mutt
 ### 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