diff options
author | tg <tg@FreeBSD.org> | 1998-06-25 14:38:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-25 14:38:28 +0800 |
commit | b301a2bda09e36a805db4c498486446a37574754 (patch) | |
tree | 9e36eb60fa1f39b9349210d73559d0cb96dca182 | |
parent | 6196c7fa643ff2fdc5cfd1aa82582643c3368485 (diff) | |
download | freebsd-ports-gnome-b301a2bda09e36a805db4c498486446a37574754.tar.gz freebsd-ports-gnome-b301a2bda09e36a805db4c498486446a37574754.tar.zst freebsd-ports-gnome-b301a2bda09e36a805db4c498486446a37574754.zip |
Activate rng.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 737707e952bf..551d57d7aec3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1998/05/04 17:55:43 mph Exp $ +# $Id: Makefile,v 1.44 1998/06/02 08:11:20 tg Exp $ # SUBDIR += Scilab @@ -26,6 +26,7 @@ SUBDIR += plplot SUBDIR += pygist SUBDIR += r + SUBDIR += rng SUBDIR += siag SUBDIR += simpack SUBDIR += ss |