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/dega | |
parent | 1d533f1fe9e1d8f1067cc2eab7f1184bdde4a202 (diff) | |
download | pkgsrc-f9675b3db33a19f01e90214ebdc522647f6b275f.tar.gz |
Uses C++.
Diffstat (limited to 'emulators/dega')
-rw-r--r-- | emulators/dega/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |