summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-19 07:03:54 +0000
committerjoerg <joerg>2006-05-19 07:03:54 +0000
commit135d5b40101ce01312a1485fd220f6c0afe371cc (patch)
tree8b03ab99ccfdc839d085bbdf878aa28765a7fb89
parentad7d912a74f8198c43c362fb198025672a02baaa (diff)
downloadpkgsrc-135d5b40101ce01312a1485fd220f6c0afe371cc.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"