diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 19:59:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 19:59:16 +0000 |
commit | f9675b3db33a19f01e90214ebdc522647f6b275f (patch) | |
tree | d2289a8e5419e82ec2f88e824d20bec761a9aad8 /emulators | |
parent | 1d533f1fe9e1d8f1067cc2eab7f1184bdde4a202 (diff) | |
download | pkgsrc-f9675b3db33a19f01e90214ebdc522647f6b275f.tar.gz |
Uses C++.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dega/Makefile | 3 | ||||
-rw-r--r-- | emulators/dgen/Makefile | 3 | ||||
-rw-r--r-- | emulators/zsnes/Makefile | 3 |
3 files changed, 6 insertions, 3 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" |