pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gpredict Needs a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7835a8e7a288
branches:  trunk
changeset: 522601:7835a8e7a288
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 14 22:08:41 2006 +0000

description:
Needs a C compiler.

diffstat:

 ham/gpredict/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0813279ba54 -r 7835a8e7a288 ham/gpredict/Makefile
--- a/ham/gpredict/Makefile     Thu Dec 14 14:37:32 2006 +0000
+++ b/ham/gpredict/Makefile     Thu Dec 14 22:08:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/12/09 08:25:51 wulf Exp $
+# $NetBSD: Makefile,v 1.7 2006/12/14 22:08:41 rillig Exp $
 
 DISTNAME=      gpredict-0.6.1
 CATEGORIES=    ham
@@ -8,7 +8,7 @@
 HOMEPAGE=       http://groundstation.sourceforge.net/
 COMMENT=       Gnome satellite tracking program
 
-USE_LANGUAGES+=        c++
+USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake msgfmt pkg-config
 USE_PKGLOCALEDIR=yes
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index