pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/nnn sysutils/nnn: use USE_CURSES=getmouse



details:   https://anonhg.NetBSD.org/pkgsrc/rev/557a12bbcf3d
branches:  trunk
changeset: 397161:557a12bbcf3d
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Mon Jun 17 18:24:00 2019 +0000

description:
sysutils/nnn: use USE_CURSES=getmouse

No need for CURSES_INCOMPAT any more.

diffstat:

 sysutils/nnn/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 3cd6f4a0bfed -r 557a12bbcf3d sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile     Mon Jun 17 18:19:55 2019 +0000
+++ b/sysutils/nnn/Makefile     Mon Jun 17 18:24:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/06/14 06:47:01 sjmulder Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/17 18:24:00 sjmulder Exp $
 
 DISTNAME=      nnn-2.5
 PKGREVISION=   2
@@ -12,10 +12,7 @@
 LICENSE=       2-clause-bsd
 
 USE_TOOLS+=    gmake pkg-config
-USE_CURSES=    wide
-
-# missing mousemask(), getmouse()
-INCOMPAT_CURSES+=      NetBSD-*
+USE_CURSES=    wide set_escdelay getmouse
 
 # build without readline unless option set (see options.mk)
 BUILD_TARGET=  norl



Home | Main Index | Thread Index | Old Index