diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-17 17:56:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-17 17:56:10 +0000 |
commit | 3a28bdbeb1961222f973a124d3f6ae0283bae963 (patch) | |
tree | 9604aa199aa06d95f2ce499f1a9f0b7f60802829 /editors/xwpe | |
parent | b9697d89cb0e6dd5135e1037ba782f905c1586ed (diff) | |
download | pkgsrc-3a28bdbeb1961222f973a124d3f6ae0283bae963.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'editors/xwpe')
-rw-r--r-- | editors/xwpe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile index 33bb7c8ebc8..7336319347e 100644 --- a/editors/xwpe/Makefile +++ b/editors/xwpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/17 17:56:10 rillig Exp $ # DISTNAME= xwpe-1.5.29a @@ -12,9 +12,9 @@ COMMENT= Programming environment for UNIX systems GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_NCURSES= # tigetstr() +USE_NCURSES= yes # tigetstr() -BUILD_TARGET= # defined +BUILD_TARGET= # the one from the Makefile .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" |