diff options
-rw-r--r-- | emulators/dega/Makefile | 3 | ||||
-rw-r--r-- | emulators/dgen/Makefile | 3 | ||||
-rw-r--r-- | emulators/zsnes/Makefile | 3 | ||||
-rw-r--r-- | games/REminiscence/Makefile | 4 | ||||
-rw-r--r-- | games/lbreakout/Makefile | 4 | ||||
-rw-r--r-- | games/maelstrom-x11/Makefile | 3 |
6 files changed, 14 insertions, 6 deletions
diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index f6946cd92b9..baceaf615dc 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:00 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/15 20:01:28 joerg Exp $ # DISTNAME= dega-1.07 @@ -12,6 +12,7 @@ COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm +USE_LANGUAGES= c c++ USE_TOOLS+= gmake # Uses i386 assembly code diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile index 87585406570..948b02b6d8d 100644 --- a/emulators/dgen/Makefile +++ b/emulators/dgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/11 15:36:16 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/15 20:09:28 joerg Exp $ # DISTNAME= dgen-sdl-1.23 @@ -14,6 +14,7 @@ COMMENT= Genesis/Megadrive emulator for Unix platforms DEPENDS+= nasm-[0-9]*:../../devel/nasm .endif +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 14866fb9e01..9f515acfad5 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/05/15 19:59:16 joerg Exp $ # DISTNAME= zsnes142src @@ -19,6 +19,7 @@ BUILD_TARGET= zsnes WRKSRC= ${WRKDIR}/zsnes_1_42/src GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../devel/SDL/buildlink3.mk" 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} |