diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:42:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:42:48 +0000 |
commit | f4e81751bcd231b9537828ac816f15d019bab793 (patch) | |
tree | 832e34b114c2120300f42db0893d7f1606f65a7d /devel | |
parent | 356a572f0ae3dcd010278a0250b3d90c548754e8 (diff) | |
download | pkgsrc-f4e81751bcd231b9537828ac816f15d019bab793.tar.gz |
Uses C++.
Diffstat (limited to 'devel')
-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 |