pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncmpcpp ncmpcpp: Needs getmouse in libcurses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/589514fc90e7
branches:  trunk
changeset: 443492:589514fc90e7
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 14 09:03:39 2020 +0000

description:
ncmpcpp: Needs getmouse in libcurses

diffstat:

 audio/ncmpcpp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9adacd16bb9 -r 589514fc90e7 audio/ncmpcpp/Makefile
--- a/audio/ncmpcpp/Makefile    Mon Dec 14 08:46:56 2020 +0000
+++ b/audio/ncmpcpp/Makefile    Mon Dec 14 09:03:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/11 10:12:42 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 09:03:39 nia Exp $
 
 DISTNAME=      ncmpcpp-0.8.2
 CATEGORIES=    audio
@@ -17,7 +17,7 @@
 FAKE_NCURSES=  yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
-USE_CURSES=    wide
+USE_CURSES=    wide getmouse
 
 .include "../../mk/curses.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index