diff options
Diffstat (limited to 'devel/darts/Makefile')
-rw-r--r-- | devel/darts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/darts/Makefile b/devel/darts/Makefile index 077bd9910e1..631164213ca 100644 --- a/devel/darts/Makefile +++ b/devel/darts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/03/24 21:12:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/26 13:49:20 schwarz Exp $ DISTNAME= darts-0.2 CATEGORIES= devel @@ -8,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://chasen.org/~taku/software/darts/ COMMENT= C++ template library that implements Double-Array +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes DOCDIR= ${PREFIX}/share/doc/darts |