pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xwpe Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25340e89de14
branches:  trunk
changeset: 514738:25340e89de14
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 17 17:56:10 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 editors/xwpe/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r bfe1bdf1b8f0 -r 25340e89de14 editors/xwpe/Makefile
--- a/editors/xwpe/Makefile     Sat Jun 17 17:51:18 2006 +0000
+++ b/editors/xwpe/Makefile     Sat Jun 17 17:56:10 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index