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 | e9b94798bb960c12f97e26ba39793b3309c90b84 (patch) | |
tree | ddc06242f127d96f4305c4da7fc13c35a8e59011 /math/qalculate-currency | |
parent | 4e8193eec57787a5eacd3c99ee23e079a610e9b5 (diff) | |
download | pkgsrc-e9b94798bb960c12f97e26ba39793b3309c90b84.tar.gz |
Uses C++.
Diffstat (limited to 'math/qalculate-currency')
-rw-r--r-- | math/qalculate-currency/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |