pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games Uses C++.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d06d3d7d482
branches: trunk
changeset: 512999:9d06d3d7d482
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri May 19 07:03:54 2006 +0000
description:
Uses C++.
diffstat:
games/InterLOGIC/Makefile | 3 ++-
games/KoboDeluxe/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 6cf4b21b71e0 -r 9d06d3d7d482 games/InterLOGIC/Makefile
--- a/games/InterLOGIC/Makefile Fri May 19 02:21:24 2006 +0000
+++ b/games/InterLOGIC/Makefile Fri May 19 07:03:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/19 07:03:54 joerg Exp $
#
DISTNAME= interLOGIC-src-0.30
@@ -14,6 +14,7 @@
WRKSRC= ${WRKDIR}/interlogic
USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff -r 6cf4b21b71e0 -r 9d06d3d7d482 games/KoboDeluxe/Makefile
--- a/games/KoboDeluxe/Makefile Fri May 19 02:21:24 2006 +0000
+++ b/games/KoboDeluxe/Makefile Fri May 19 07:03:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/19 07:06:57 joerg Exp $
DISTNAME= KoboDeluxe-0.4pre8
PKGNAME= ${DISTNAME:S/pre/rc/}
@@ -11,6 +11,7 @@
COMMENT= Multi-way scrolling shoot 'em up game for X
GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
.include "../../devel/SDL/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index