diff options
author | dmcmahill <dmcmahill> | 2003-09-15 00:19:17 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-09-15 00:19:17 +0000 |
commit | 492aa88726f0222910083318f858b6881c6b5e38 (patch) | |
tree | ba6aac10c92f542b148aa65cc51faf9af5d4309c /math | |
parent | 0e699a3310ed0b40a5fb4998b974c8c80c7132db (diff) | |
download | pkgsrc-492aa88726f0222910083318f858b6881c6b5e38.tar.gz |
add and enable ruby-gsl
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 6c60962197c..8c0f88a062d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2003/07/24 16:49:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.106 2003/09/15 00:19:17 dmcmahill Exp $ # COMMENT= Mathematics @@ -76,6 +76,7 @@ SUBDIR+= randlib SUBDIR+= rlab SUBDIR+= ruby-bigfloat SUBDIR+= ruby-bitvector +SUBDIR+= ruby-gsl SUBDIR+= sc SUBDIR+= scilab SUBDIR+= slatec |