diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-08 12:06:26 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-08 12:06:26 +0000 |
commit | ff0d2489f7b031e23caa00f44b271739c9d6833d (patch) | |
tree | 0649b54f5d2f11e9ce18e16135e0f7a4fea996da /math | |
parent | 88d29b124021be084c3d5f3ba100f4f1234be9ed (diff) | |
download | pkgsrc-ff0d2489f7b031e23caa00f44b271739c9d6833d.tar.gz |
Add and enable "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 7ef694d598d..0782beea184 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/02/04 10:53:06 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2000/02/08 12:06:26 fredb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -21,6 +21,7 @@ SUBDIR += gnumeric SUBDIR += grace SUBDIR += grpn + SUBDIR += gsl # SUBDIR += hexcalc # SUBDIR += lapack # SUBDIR += libranlib |