diff options
author | taca <taca@pkgsrc.org> | 2001-07-01 13:09:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-01 13:09:52 +0000 |
commit | c38635528beb343578748583a68515b0a5577745 (patch) | |
tree | cf78a4bc9d12a04d618b4949f5d8277e901f8152 /math | |
parent | b895a5536400454db27b34f83a16ce1a34cf21a3 (diff) | |
download | pkgsrc-c38635528beb343578748583a68515b0a5577745.tar.gz |
Add and enable ruby-bitvector and ruby-bigfloat.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index ee3e1721d63..10f8d11c148 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2001/07/01 00:07:28 tron Exp $ +# $NetBSD: Makefile,v 1.65 2001/07/01 13:09:52 taca Exp $ # COMMENT= Mathematics @@ -46,6 +46,8 @@ SUBDIR+= py-Scientific SUBDIR+= quadpack SUBDIR+= randlib SUBDIR+= rlab +SUBDIR+= ruby-bitvector +SUBDIR+= ruby-bigfloat SUBDIR+= sc SUBDIR+= scilab SUBDIR+= slatec |