diff options
author | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
commit | d7717924862d81368fa0ac48e3b1561aa1f6d9b7 (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /chat/ekg | |
parent | 75c40f027b5eba932e7474681b9412414892bf7f (diff) | |
download | pkgsrc-d7717924862d81368fa0ac48e3b1561aa1f6d9b7.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/Makefile | 4 |
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 |