summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-28 14:49:13 +0000
committerjoerg <joerg>2006-05-28 14:49:13 +0000
commit4a452b23eddd3a948735408215e3db0e30c5eccf (patch)
tree6df252bcd8cfb14ad7612b33b7c5401d67a4864a /games
parent50048df8d7060aa137bdf47df513c28f36cf102d (diff)
downloadpkgsrc-4a452b23eddd3a948735408215e3db0e30c5eccf.tar.gz
Uses C++.
Diffstat (limited to 'games')
-rw-r--r--games/criticalmass/Makefile3
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"