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