Wed Mar 17 14:22:12 2010 UTC ()
USE_NCURSES=# -> USE_NCURSES=yes


(joerg)
diff -r1.11 -r1.12 pkgsrc/devel/ht/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/devel/ht/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ht/Makefile 2008/08/26 23:00:01 1.11
+++ pkgsrc/devel/ht/Makefile 2010/03/17 14:22:12 1.12
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2008/08/26 23:00:01 ahoka Exp $ 1# $NetBSD: Makefile,v 1.12 2010/03/17 14:22:12 joerg Exp $
2# 2#
3 3
4DISTNAME= ht-2.0.14 4DISTNAME= ht-2.0.14
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://hte.sourceforge.net/ 10HOMEPAGE= http://hte.sourceforge.net/
11COMMENT= Viewer, editor and analyzer for text, binary and executable files 11COMMENT= Viewer, editor and analyzer for text, binary and executable files
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_TOOLS+= bison lex 17USE_TOOLS+= bison lex
18USE_NCURSES= # missing WA_BOLD and WA_NORMAL 18USE_NCURSES= yes # missing WA_BOLD and WA_NORMAL
19 19
20LIBS+= -lm 20LIBS+= -lm
21 21
22.include "../../devel/ncurses/buildlink3.mk" 22.include "../../devel/ncurses/buildlink3.mk"
23.include "../../archivers/lzo/buildlink3.mk" 23.include "../../archivers/lzo/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"