diff options
author | joerg <joerg> | 2006-06-01 22:42:48 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-01 22:42:48 +0000 |
commit | 1d9caf74bc298ad131822059a434abba4f751a32 (patch) | |
tree | 832e34b114c2120300f42db0893d7f1606f65a7d /devel | |
parent | 4934af82ae12d8260a0b976768b913fe87664a31 (diff) | |
download | pkgsrc-1d9caf74bc298ad131822059a434abba4f751a32.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 |