pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/mtl Uses C and C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4b6fea6f958
branches:  trunk
changeset: 515926:f4b6fea6f958
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 11 00:19:20 2006 +0000

description:
Uses C and C++.

diffstat:

 math/mtl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7872c2302a12 -r f4b6fea6f958 math/mtl/Makefile
--- a/math/mtl/Makefile Mon Jul 10 23:47:18 2006 +0000
+++ b/math/mtl/Makefile Tue Jul 11 00:19:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:04 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/11 00:19:20 joerg Exp $
 
 DISTNAME=              mtl-2.1.2-21
 CATEGORIES=            math devel
@@ -11,6 +11,8 @@
 GNU_CONFIGURE=         yes
 NO_BUILD=              yes
 
+USE_LANGUAGES=         c c++
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtl
        ${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \



Home | Main Index | Thread Index | Old Index