From 5923542a989abd6bb504c0bc1d52d6a03c9760ae Mon Sep 17 00:00:00 2001 From: David Howland Date: Fri, 25 Aug 2006 21:36:57 +0000 Subject: [PATCH] USE_LANGUAGES+= c++ --- picprog/Makefile | 3 ++- realtimebattle/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/picprog/Makefile b/picprog/Makefile index 16fa01d371..12bdb33aa3 100644 --- a/picprog/Makefile +++ b/picprog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/24 10:31:18 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/08/25 21:36:57 dhowland Exp $ # DISTNAME= picprog-1.1 @@ -9,6 +9,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://hyvatti.iki.fi/~jaakko/pic/picprog.html COMMENT= pic16xxx microcontroller programmer for JDM (TE-20) +USE_LANGUAGES= c c++ USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" diff --git a/realtimebattle/Makefile b/realtimebattle/Makefile index 48dfbe62ed..de54af0789 100644 --- a/realtimebattle/Makefile +++ b/realtimebattle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:25 thomasklausner Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/25 21:38:58 dhowland Exp $ # DISTNAME= RealTimeBattle-1.0.7-Std @@ -10,6 +10,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://realtimebattle.sourceforge.net/ COMMENT= Programming robots game +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes