diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-17 14:17:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-17 14:17:38 +0000 |
commit | 88bdac8566986234aad60024513b3429785dd681 (patch) | |
tree | 86ce61c43ffdcd72cf574d2413cc80be4e087854 /devel/ht | |
parent | 587b22a7506e4f5fb460d5682ce5830ab5ad977f (diff) | |
download | pkgsrc-88bdac8566986234aad60024513b3429785dd681.tar.gz |
USE_NCURSES=# -> USE_NCURSES=yes
Diffstat (limited to 'devel/ht')
-rw-r--r-- | devel/ht/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ht/Makefile b/devel/ht/Makefile index 2a28b94d7de..680f96dea38 100644 --- a/devel/ht/Makefile +++ b/devel/ht/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/08/26 23:00:01 ahoka Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/17 14:22:12 joerg Exp $ # DISTNAME= ht-2.0.14 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_TOOLS+= bison lex -USE_NCURSES= # missing WA_BOLD and WA_NORMAL +USE_NCURSES= yes # missing WA_BOLD and WA_NORMAL LIBS+= -lm |