summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-15 19:59:16 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-15 19:59:16 +0000
commitf9675b3db33a19f01e90214ebdc522647f6b275f (patch)
treed2289a8e5419e82ec2f88e824d20bec761a9aad8 /games
parent1d533f1fe9e1d8f1067cc2eab7f1184bdde4a202 (diff)
downloadpkgsrc-f9675b3db33a19f01e90214ebdc522647f6b275f.tar.gz
Uses C++.
Diffstat (limited to 'games')
-rw-r--r--games/REminiscence/Makefile4
-rw-r--r--games/lbreakout/Makefile4
-rw-r--r--games/maelstrom-x11/Makefile3
3 files changed, 8 insertions, 3 deletions
diff --git a/games/REminiscence/Makefile b/games/REminiscence/Makefile
index 7c407a9dee1..84251fc6d95 100644
--- a/games/REminiscence/Makefile
+++ b/games/REminiscence/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:08 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/15 20:10:57 joerg Exp $
#
DISTNAME= REminiscence-0.1.6
@@ -11,6 +11,8 @@ MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://membres.lycos.fr/cyxdown/reminiscence/
COMMENT= Engine to play Flashback by Delphine Software
+USE_LANGUAGES= c++
+
BUILD_TARGET= rs
MAKE_ENV+= DEFINES=${DEFINES:Q}
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile
index a68c3f5a6a4..aed1e0a4279 100644
--- a/games/lbreakout/Makefile
+++ b/games/lbreakout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/28 22:03:42 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2006/05/15 20:21:12 joerg Exp $
DISTNAME= lbreakout-010315
PKGREVISION= 7
@@ -12,6 +12,8 @@ COMMENT= Breakout-style arcade game
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-sound
+USE_LANGUAGES= c c++
+
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile
index 2e1752c9af4..3df36971d60 100644
--- a/games/maelstrom-x11/Makefile
+++ b/games/maelstrom-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/09 21:04:43 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/15 20:21:38 joerg Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-x11-2.0.6
@@ -22,6 +22,7 @@ CONFLICTS= maelstrom-[0-9]* maelstrom-sdl-[0-9]*
EXTRACT_ONLY= ${DISTNAME}
WRKSRC= ${WRKDIR}/Maelstrom
+USE_LANGUAGES= c++
USE_X11BASE= YES
MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} XPMDIR=${BUILDLINK_PREFIX.xpm}