diff options
-rw-r--r-- | devel/sparsehash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sparsehash/Makefile b/devel/sparsehash/Makefile index bc5c0e2227d..f37050721c7 100644 --- a/devel/sparsehash/Makefile +++ b/devel/sparsehash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/01 22:42:48 joerg Exp $ # DISTNAME= sparsehash-0.1 @@ -9,6 +9,7 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://goog-sparsehash.sourceforge.net/ COMMENT= Several hash-map implementations in use at Google +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |