diff options
author | adam <adam@pkgsrc.org> | 2005-10-11 13:31:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-11 13:31:10 +0000 |
commit | 1405fba0fd37e84f526212b6d714335eeee008d5 (patch) | |
tree | 6395977c9372a0c09018d8875589e628b8f1f57a /math/Makefile | |
parent | 5d590b67de3206319152ba08624cdf10d89029e1 (diff) | |
download | pkgsrc-1405fba0fd37e84f526212b6d714335eeee008d5.tar.gz |
Added qalculate-[bases,currency,units] version 0.8.2
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 8c996c63d78..fc091fa3b03 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2005/10/02 12:08:37 wulf Exp $ +# $NetBSD: Makefile,v 1.137 2005/10/11 13:31:10 adam Exp $ # COMMENT= Mathematics @@ -92,8 +92,11 @@ SUBDIR+= py-numarray SUBDIR+= py-pytables SUBDIR+= py-rpy SUBDIR+= qalculate +SUBDIR+= qalculate-bases +SUBDIR+= qalculate-currency SUBDIR+= qalculate-gtk SUBDIR+= qalculate-kde +SUBDIR+= qalculate-units SUBDIR+= quadpack SUBDIR+= randlib SUBDIR+= ruby-bigfloat |