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/cf4b0ee3e536
branches:  trunk
changeset: 512592:cf4b0ee3e536
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 12 06:45:01 2006 +0000

description:
Uses C++.

diffstat:

 games/wormz/Makefile        |  3 ++-
 geography/gpspoint/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 9488cc54579d -r cf4b0ee3e536 games/wormz/Makefile
--- a/games/wormz/Makefile      Fri May 12 05:32:33 2006 +0000
+++ b/games/wormz/Makefile      Fri May 12 06:45:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/04/21 09:00:23 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/05/12 06:45:01 joerg Exp $
 #
 
 DISTNAME=              Wormz-1.0b5
@@ -12,6 +12,7 @@
 COMMENT=               Networked game for X11
 
 WRKSRC=                        ${WRKDIR}/Wormz
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 
 .include "../../mk/x11.buildlink3.mk"
diff -r 9488cc54579d -r cf4b0ee3e536 geography/gpspoint/Makefile
--- a/geography/gpspoint/Makefile       Fri May 12 05:32:33 2006 +0000
+++ b/geography/gpspoint/Makefile       Fri May 12 06:45:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/05/11 11:05:54 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/12 06:50:16 joerg Exp $
 
 DISTNAME=              gpspoint-2.030521
 PKGREVISION=           1
@@ -12,6 +12,7 @@
 DEPENDS+=              dialog>=0.6:../../misc/dialog
 
 USE_PKGLOCALEDIR=      yes
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index