diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 14:49:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 14:49:13 +0000 |
commit | e6073346849566237cf35842a999b97c4ea0791a (patch) | |
tree | 6df252bcd8cfb14ad7612b33b7c5401d67a4864a /games | |
parent | f48c70d74d94639176ff737134d84d8d801b20e5 (diff) | |
download | pkgsrc-e6073346849566237cf35842a999b97c4ea0791a.tar.gz |
Uses C++.
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index f13d80d57e0..a14799e7738 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:26 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/28 14:49:13 joerg Exp $ # DISTNAME= CriticalMass-0.9.10 @@ -13,6 +13,7 @@ HOMEPAGE= http://criticalmass.sourceforge.net/ COMMENT= SDL/OpenGL space shoot'em up game GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../devel/SDL/buildlink3.mk" |