pkgsrc-WIP-changes archive

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

sc-im: Remove unused USE_CURSES requirement



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jan 26 13:27:28 2019 +0100
Changeset:	e223cb5458d36e7ad7ebb84bd54b6a18c6885bc1

Modified Files:
	sc-im/Makefile

Log Message:
sc-im: Remove unused USE_CURSES requirement

USE_CURSES is honored by mk/curses.buil{tin,dlink3}.mk but sc-im
directly include and explicitly needs ncursesw.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e223cb5458d36e7ad7ebb84bd54b6a18c6885bc1

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

diffstat:
 sc-im/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/sc-im/Makefile b/sc-im/Makefile
index cd1a4c5f3a..dc58406ae9 100644
--- a/sc-im/Makefile
+++ b/sc-im/Makefile
@@ -17,7 +17,6 @@ INSTALL_DIRS=	src
 
 # pkg-config to avoid broken Makefile self-configuration
 USE_TOOLS+=	gmake pkg-config yacc
-USE_CURSES=	wide
 
 # gnuplot is invoked through the shell, no need to check at compile time
 CFLAGS+=	-DGNUPLOT


Home | Main Index | Thread Index | Old Index