pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nnn
Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Mon Jun 17 18:24:01 UTC 2019
Modified Files:
        pkgsrc/sysutils/nnn: Makefile
Log Message:
sysutils/nnn: use USE_CURSES=getmouse
No need for CURSES_INCOMPAT any more.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/nnn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/nnn/Makefile
diff -u pkgsrc/sysutils/nnn/Makefile:1.9 pkgsrc/sysutils/nnn/Makefile:1.10
--- pkgsrc/sysutils/nnn/Makefile:1.9    Fri Jun 14 06:47:01 2019
+++ pkgsrc/sysutils/nnn/Makefile        Mon Jun 17 18:24:00 2019
@@ -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 @@ COMMENT=     Optimized, feature-packed termi
 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