pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/dvtm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:31:42 UTC 2020

Modified Files:
        pkgsrc/misc/dvtm: Makefile

Log Message:
dvtm: Needs wide curses


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/dvtm/Makefile

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

Modified files:

Index: pkgsrc/misc/dvtm/Makefile
diff -u pkgsrc/misc/dvtm/Makefile:1.14 pkgsrc/misc/dvtm/Makefile:1.15
--- pkgsrc/misc/dvtm/Makefile:1.14      Wed Jan 20 14:34:35 2016
+++ pkgsrc/misc/dvtm/Makefile   Thu Mar 26 13:31:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/01/20 14:34:35 leot Exp $
+# $NetBSD: Makefile,v 1.15 2020/03/26 13:31:42 nia Exp $
 
 DISTNAME=      dvtm-0.15
 CATEGORIES=    misc
@@ -9,7 +9,8 @@ HOMEPAGE=       http://www.brain-dump.org/proj
 COMMENT=       Dynamic virtual terminal manager
 LICENSE=       mit
 
-USE_LANGUAGES=         c99
+USE_CURSES=    wide
+USE_LANGUAGES= c99
 
 SUBST_CLASSES+=                config
 SUBST_STAGE.config=    pre-configure



Home | Main Index | Thread Index | Old Index