diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-22 11:39:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-22 11:39:47 +0000 |
commit | aecb44fce21ec3f714334b80031eb7e8dde1d9eb (patch) | |
tree | 751e44f8405fc60dc1ff6a803451b190e58982b6 /chat/ekg/Makefile | |
parent | 4721919ae1bcf2659bb376988e517cd1d15fa5fa (diff) | |
download | pkgsrc-aecb44fce21ec3f714334b80031eb7e8dde1d9eb.tar.gz |
USE_NCURSES should _always_ be set to a comment explaining why it
is needed. (undo part of last)
Diffstat (limited to 'chat/ekg/Makefile')
-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 0152e38e8c6..2161d873457 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/22 10:39:40 adam Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/22 11:39:47 wiz Exp $ # DISTNAME= ekg-1.1 @@ -10,7 +10,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://dev.null.pl/ekg/ COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) -USE_NCURSES= YES +USE_NCURSES= # KEY_RESIZE, ncurses internals USE_GNU_READLINE= YES GNU_CONFIGURE= YES USE_GMAKE= YES |