pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/craft Needs a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b920866ce48
branches:  trunk
changeset: 515391:9b920866ce48
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 10:09:56 2006 +0000

description:
Needs a C compiler.

diffstat:

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

diffs (18 lines):

diff -r 1b928c0a4222 -r 9b920866ce48 games/craft/Makefile
--- a/games/craft/Makefile      Sun Jul 02 10:09:26 2006 +0000
+++ b/games/craft/Makefile      Sun Jul 02 10:09:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/05/11 14:00:54 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/07/02 10:09:56 rillig Exp $
 
 DISTNAME=      craftcc35
 PKGNAME=       craft-3.5
@@ -12,7 +12,7 @@
 COMMENT=       Warcraft-like game for X11
 
 WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 USE_X11BASE=   yes
 



Home | Main Index | Thread Index | Old Index