diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 13:55:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 13:55:38 +0000 |
commit | 7ec90d3d0753b2b286c9ecce197e3fd7356c95e0 (patch) | |
tree | 487adc93e330a9a5522dfde4485d9c1fc0fa7d06 | |
parent | 51fec232dfb9b2cd527b9720d45a8912bd1d4dc4 (diff) | |
download | pkgsrc-7ec90d3d0753b2b286c9ecce197e3fd7356c95e0.tar.gz |
Uses C++.
-rw-r--r-- | devel/sdcc/Makefile | 4 | ||||
-rw-r--r-- | emulators/snes9x/Makefile | 3 | ||||
-rw-r--r-- | games/craft/Makefile | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 44eaf46bc48..faed83e94b2 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:29 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/05/11 13:55:38 joerg Exp $ DISTNAME= sdcc-2.4.0 PKGNAME= ${DISTNAME:S/-src//} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ COMMENT= Cross compile 8051 code +USE_LANGUAGES= c c++ + # XXX - This HACK circumvent a problem with the use of yacc that breaks the # XXX - building process of sdcc. Use of bison fixes this problem for now. # diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index c1abb18b854..b960f5eeddd 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/05/02 13:18:08 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/05/11 13:58:02 joerg Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src @@ -13,6 +13,7 @@ HOMEPAGE= http://www.snes9x.com/ COMMENT= Super Nintendo Entertainment System (SNES) emulator WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x +USE_LANGUAGES= c c++ USE_TOOLS+= gmake PTHREAD_OPTS+= require INSTALLATION_DIRS= bin diff --git a/games/craft/Makefile b/games/craft/Makefile index 52f5c9fcc52..3739ef26848 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:09:13 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/11 14:00:54 joerg Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 @@ -12,6 +12,7 @@ HOMEPAGE= http://set.gmd.de/~hua/ COMMENT= Warcraft-like game for X11 WRKSRC= ${WRKDIR} +USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_X11BASE= yes |