pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c370e2e26d
branches:  trunk
changeset: 512557:93c370e2e26d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 11 14:21:35 2006 +0000

description:
Uses C++.

diffstat:

 math/qalculate-bases/Makefile    |  3 ++-
 math/qalculate-currency/Makefile |  3 ++-
 math/qalculate-gtk/Makefile      |  3 ++-
 math/qalculate-units/Makefile    |  3 ++-
 math/qalculate/Makefile          |  3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diffs (85 lines):

diff -r a6539462baa7 -r 93c370e2e26d math/qalculate-bases/Makefile
--- a/math/qalculate-bases/Makefile     Thu May 11 14:07:51 2006 +0000
+++ b/math/qalculate-bases/Makefile     Thu May 11 14:21:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/28 18:35:06 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/11 14:21:35 joerg Exp $
 
 DISTNAME=      qalculate-bases-0.9.3
 PKGREVISION=   2
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://qalculate.sourceforge.net/
 COMMENT=       Utility for conversion between number bases using Qalculate
 
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config
diff -r a6539462baa7 -r 93c370e2e26d math/qalculate-currency/Makefile
--- a/math/qalculate-currency/Makefile  Thu May 11 14:07:51 2006 +0000
+++ b/math/qalculate-currency/Makefile  Thu May 11 14:21:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/28 18:35:06 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/11 14:21:35 joerg Exp $
 
 DISTNAME=      qalculate-currency-0.9.3
 PKGREVISION=   2
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://qalculate.sourceforge.net/
 COMMENT=       Utility for conversion between currencies using Qalculate
 
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake msgfmt pkg-config
 GNU_CONFIGURE=         yes
diff -r a6539462baa7 -r 93c370e2e26d math/qalculate-gtk/Makefile
--- a/math/qalculate-gtk/Makefile       Thu May 11 14:07:51 2006 +0000
+++ b/math/qalculate-gtk/Makefile       Thu May 11 14:21:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/28 18:35:06 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/05/11 14:21:35 joerg Exp $
 
 DISTNAME=      qalculate-gtk-0.9.3
 PKGREVISION=   2
@@ -12,6 +12,7 @@
 DEPENDS+=      gnuplot>=3.7:../../graphics/gnuplot
 DEPENDS+=      wget>=1.8:../../net/wget
 
+USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config
 GNU_CONFIGURE=         yes
diff -r a6539462baa7 -r 93c370e2e26d math/qalculate-units/Makefile
--- a/math/qalculate-units/Makefile     Thu May 11 14:07:51 2006 +0000
+++ b/math/qalculate-units/Makefile     Thu May 11 14:21:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/28 18:35:06 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/11 14:21:35 joerg Exp $
 
 DISTNAME=      qalculate-units-0.9.3
 PKGREVISION=   2
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://qalculate.sourceforge.net/
 COMMENT=       Utility for conversion between units using Qalculate
 
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config
diff -r a6539462baa7 -r 93c370e2e26d math/qalculate/Makefile
--- a/math/qalculate/Makefile   Thu May 11 14:07:51 2006 +0000
+++ b/math/qalculate/Makefile   Thu May 11 14:21:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/22 16:29:47 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/05/11 14:21:35 joerg Exp $
 
 DISTNAME=      libqalculate-0.9.3
 PKGNAME=       qalculate-0.9.3
@@ -11,6 +11,7 @@
 COMMENT=       Qalculate is a modern multi-purpose desktop calculator
 
 USE_GNU_READLINE=      yes
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config



Home | Main Index | Thread Index | Old Index