diff lib/libtermkey/libtermkey.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 297b5eef115e
line wrap: on
line diff
--- a/lib/libtermkey/libtermkey.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/lib/libtermkey/libtermkey.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -21,6 +21,7 @@
 PKGLICENSE="MIT"
 PKGSUMMARY="library for accessing keyboard in terminal programs"
 PKGDOWNLOAD="http://www.leonerd.org.uk/code/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
+PKGDEPENDS="ncurses"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}