pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/latd Uses C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53dd6f2cf68b
branches:  trunk
changeset: 513771:53dd6f2cf68b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 03 00:07:01 2006 +0000

description:
Uses C++.

diffstat:

 net/latd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b8dcee5a95a6 -r 53dd6f2cf68b net/latd/Makefile
--- a/net/latd/Makefile Fri Jun 02 23:42:33 2006 +0000
+++ b/net/latd/Makefile Sat Jun 03 00:07:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/29 06:22:00 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/03 00:07:01 joerg Exp $
 #
 
 DISTNAME=       latd-1.18
@@ -13,6 +13,8 @@
 
 GNU_CONFIGURE= yes
 
+USE_LANGUAGES= c c++
+
 CPPFLAGS+=     -DPREFIX="\"${PREFIX}\""
 
 EGDIR=         ${PREFIX}/share/examples/latd



Home | Main Index | Thread Index | Old Index