pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/asc Needs C and C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7c5e5a71390
branches:  trunk
changeset: 513198:f7c5e5a71390
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 22 10:49:48 2006 +0000

description:
Needs C and C++.

diffstat:

 games/asc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7fb3132a6518 -r f7c5e5a71390 games/asc/Makefile
--- a/games/asc/Makefile        Mon May 22 10:22:36 2006 +0000
+++ b/games/asc/Makefile        Mon May 22 10:49:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/05/21 22:58:23 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/05/22 10:49:48 rillig Exp $
 
 DISTNAME=      asc-source+music-1.16.3.0
 PKGNAME=       ${DISTNAME:S/-source+music//}
@@ -12,7 +12,7 @@
 COMMENT=       Turn based strategy game
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config



Home | Main Index | Thread Index | Old Index