pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/cint Needs a C compiler.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/365f4f757719
branches:  trunk
changeset: 519517:365f4f757719
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 04 21:14:00 2006 +0000

description:
Needs a C compiler.

diffstat:

 lang/cint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 345962f95ee5 -r 365f4f757719 lang/cint/Makefile
--- a/lang/cint/Makefile        Wed Oct 04 21:07:52 2006 +0000
+++ b/lang/cint/Makefile        Wed Oct 04 21:14:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/05/26 12:30:15 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/04 21:14:00 rillig Exp $
 
 DISTNAME=              cint5.15
 PKGNAME=               cint-5.15.174
@@ -24,7 +24,7 @@
 .endif
 
 INSTALLATION_DIRS=     bin
-USE_LANGUAGES+=                c++
+USE_LANGUAGES=         c c++
 
 post-extract:
        ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;



Home | Main Index | Thread Index | Old Index