diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 14:21:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 14:21:35 +0000 |
commit | 3ca4f0510bf87f9424d4740a157c9fd2fce97ab8 (patch) | |
tree | ddc06242f127d96f4305c4da7fc13c35a8e59011 /math | |
parent | 556fb0aafc3ec1cea876324eafc544d222b6eaaa (diff) | |
download | pkgsrc-3ca4f0510bf87f9424d4740a157c9fd2fce97ab8.tar.gz |
Uses C++.
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate-bases/Makefile | 3 | ||||
-rw-r--r-- | math/qalculate-currency/Makefile | 3 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile | 3 | ||||
-rw-r--r-- | math/qalculate-units/Makefile | 3 | ||||
-rw-r--r-- | math/qalculate/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile index 7b5979a5c7e..4c844221135 100644 --- a/math/qalculate-bases/Makefile +++ b/math/qalculate-bases/Makefile @@ -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 @@ MAINTAINER= adam@NetBSD.org 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 --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile index 9c0cdf95a2a..b015668a417 100644 --- a/math/qalculate-currency/Makefile +++ b/math/qalculate-currency/Makefile @@ -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 @@ MAINTAINER= adam@NetBSD.org 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 --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index c06decd7b99..d3ddb283aca 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -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 @@ COMMENT= Qalculate is a modern multi-purpose desktop calculator 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 --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index e2409c1fe83..b624c5840cc 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/Makefile @@ -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 @@ MAINTAINER= adam@NetBSD.org 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 --git a/math/qalculate/Makefile b/math/qalculate/Makefile index b8b51ff1971..f77608b6e0b 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -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 @@ HOMEPAGE= http://qalculate.sourceforge.net/ 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 |