diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-31 13:02:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-31 13:02:31 +0000 |
commit | 3be1716ec5420d02302ec2cf07acab06ca12407a (patch) | |
tree | 4bc83c9dc967dc339209ec4a36ff13cdb61b8836 /devel/ht | |
parent | a22ae4c183db2fc8d291918d86ba83ff76177984 (diff) | |
download | pkgsrc-3be1716ec5420d02302ec2cf07acab06ca12407a.tar.gz |
Needs C++.
Diffstat (limited to 'devel/ht')
-rw-r--r-- | devel/ht/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ht/Makefile b/devel/ht/Makefile index 75ff642b92e..bacd000dc08 100644 --- a/devel/ht/Makefile +++ b/devel/ht/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:16 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/31 13:02:31 rillig Exp $ # DISTNAME= ht-0.9.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://hte.sourceforge.net/ COMMENT= Viewer, editor and analyzer for text, binary and executable files GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= bison lex USE_NCURSES= # missing WA_BOLD and WA_NORMAL |