--- lie-2.2.2+dfsg.orig/Makefile
+++ lie-2.2.2+dfsg/Makefile
@@ -88,7 +88,7 @@
 	$(CC) -ansi -c -o gapdate.o date.c
 
 Lie.exe: date.o
-	$(CC) -o Lie.exe $(objects) date.o static/*.o box/*.o -lreadline
+	$(CC) -o Lie.exe $(objects) date.o static/*.o box/*.o -lreadline -lncurses
 	chmod g+w Lie.exe
 Liegap.exe: gapdate.o
 	$(CC) -o Liegap.exe $(GAP_objects) gapdate.o static/*.o box/*.o
