pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/astyle Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c03959233169
branches:  trunk
changeset: 514020:c03959233169
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 06 21:38:34 2006 +0000

description:
Uses C++.

diffstat:

 devel/astyle/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 662cae589b6e -r c03959233169 devel/astyle/Makefile
--- a/devel/astyle/Makefile     Tue Jun 06 21:37:15 2006 +0000
+++ b/devel/astyle/Makefile     Tue Jun 06 21:38:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:12 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/06 21:38:34 joerg Exp $
 #
 
 DISTNAME=      astyle_1.13.6.1
@@ -14,6 +14,8 @@
 
 HTMLDIR=       ${PREFIX}/share/doc/html/astyle
 
+USE_LANGUAGES= c++
+
 .include "../../mk/compiler.mk"
 
 .if !empty(CC_VERSION:Mgcc-2*)



Home | Main Index | Thread Index | Old Index