summaryrefslogtreecommitdiff
path: root/chat/ekg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-24 13:36:17 +0000
committerwiz <wiz@pkgsrc.org>2003-01-24 13:36:17 +0000
commit0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113 (patch)
tree9c4dd5c4a53e387166028cad038a33be1a4af87b /chat/ekg
parentacd19bd6f4ce7ba9c179bb955a8e053c49350cd9 (diff)
downloadpkgsrc-0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113.tar.gz
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'chat/ekg')
-rw-r--r--chat/ekg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
index 72d03d8db72..c46a14cf5c4 100644
--- a/chat/ekg/Makefile
+++ b/chat/ekg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/01/16 08:21:51 salo Exp $
+# $NetBSD: Makefile,v 1.10 2003/01/24 13:36:18 wiz Exp $
#
DISTNAME= ekg-20030114
@@ -12,7 +12,7 @@ HOMEPAGE= http://dev.null.pl/ekg/
COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
USE_GNU_READLINE= YES
-USE_NCURSES= YES # Package insist on it (patch it out?)
+USE_NCURSES= # KEY_RESIZE, ncurses internals
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_BUILDLINK2= YES