diff options
author | rillig <rillig> | 2006-06-17 17:56:10 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-17 17:56:10 +0000 |
commit | 7b85f7fdff8d9b22e9b776b9517b7de5d5c80a95 (patch) | |
tree | 9604aa199aa06d95f2ce499f1a9f0b7f60802829 /editors | |
parent | 3f4f6f3167321ff200db18eca27289c44c0dfcd3 (diff) | |
download | pkgsrc-7b85f7fdff8d9b22e9b776b9517b7de5d5c80a95.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'editors')
-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" |