pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40d41a8cc1df
branches:  trunk
changeset: 513685:40d41a8cc1df
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 01 21:02:01 2006 +0000

description:
Uses C++.

diffstat:

 emulators/swarm/Makefile |  4 +++-
 lang/wsbasic/Makefile    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 1c470d8899b7 -r 40d41a8cc1df emulators/swarm/Makefile
--- a/emulators/swarm/Makefile  Thu Jun 01 20:56:33 2006 +0000
+++ b/emulators/swarm/Makefile  Thu Jun 01 21:02:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/11/03 21:51:57 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2006/06/01 21:02:01 joerg Exp $
 #
 
 DISTNAME=      swarm-0.61
@@ -12,6 +12,8 @@
 WRKSRC=                ${WRKDIR}/swarm
 BUILD_DIRS=    src
 
+USE_LANGUAGES= c++
+
 INSTALLATION_DIRS=     bin
 
 do-install:
diff -r 1c470d8899b7 -r 40d41a8cc1df lang/wsbasic/Makefile
--- a/lang/wsbasic/Makefile     Thu Jun 01 20:56:33 2006 +0000
+++ b/lang/wsbasic/Makefile     Thu Jun 01 21:02:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/13 12:15:16 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/01 21:03:43 joerg Exp $
 
 DISTNAME=      wsbasic-1_2_5
 PKGNAME=       ${DISTNAME:S/_/./g}
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://wsbasic.sourceforge.net/
 COMMENT=       Simple BASIC interpreter
 
+USE_LANGUAGES= c++
+
 SUBST_CLASSES+=                        interpreter
 SUBST_STAGE.interpreter=       pre-install
 SUBST_FILES.interpreter=       scripts/*.b



Home | Main Index | Thread Index | Old Index