summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-19 07:03:54 +0000
committerjoerg <joerg>2006-05-19 07:03:54 +0000
commitc86c59a26d596a256e9dc51ccb637e01579d17b4 (patch)
tree8b03ab99ccfdc839d085bbdf878aa28765a7fb89
parent8e70a759549a8a0e135e97f8b95435bdb1d75132 (diff)
downloadpkgsrc-c86c59a26d596a256e9dc51ccb637e01579d17b4.tar.gz
Uses C++.
-rw-r--r--games/InterLOGIC/Makefile3
-rw-r--r--games/KoboDeluxe/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/games/InterLOGIC/Makefile b/games/InterLOGIC/Makefile
index 591c18d6a5f..398fbad9795 100644
--- a/games/InterLOGIC/Makefile
+++ b/games/InterLOGIC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/19 07:03:54 joerg Exp $
#
DISTNAME= interLOGIC-src-0.30
@@ -14,6 +14,7 @@ COMMENT= Logic/puzzle game based on the old Amiga game "Balls"
WRKSRC= ${WRKDIR}/interlogic
USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile
index df8adeff220..ff39be432f5 100644
--- a/games/KoboDeluxe/Makefile
+++ b/games/KoboDeluxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/19 07:06:57 joerg Exp $
DISTNAME= KoboDeluxe-0.4pre8
PKGNAME= ${DISTNAME:S/pre/rc/}
@@ -11,6 +11,7 @@ HOMEPAGE= http://olofson.net/kobodl/
COMMENT= Multi-way scrolling shoot 'em up game for X
GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
.include "../../devel/SDL/buildlink3.mk"