pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncmpcpp



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 14 09:03:39 UTC 2020

Modified Files:
        pkgsrc/audio/ncmpcpp: Makefile

Log Message:
ncmpcpp: Needs getmouse in libcurses


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ncmpcpp/Makefile

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

Modified files:

Index: pkgsrc/audio/ncmpcpp/Makefile
diff -u pkgsrc/audio/ncmpcpp/Makefile:1.1 pkgsrc/audio/ncmpcpp/Makefile:1.2
--- pkgsrc/audio/ncmpcpp/Makefile:1.1   Fri Dec 11 10:12:42 2020
+++ pkgsrc/audio/ncmpcpp/Makefile       Mon Dec 14 09:03:39 2020
@@ -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 @@ GNU_CONFIGURE=        yes
 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