diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-07 15:54:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-07 15:54:26 +0000 |
commit | a94c42ad1d76e1db85865dc0d574b28a8172bb12 (patch) | |
tree | cb3fafb60b2d200c3d18a8be2d4e9173a77fbe51 | |
parent | 079495271ca900b281924bc6996d4ed813669bce (diff) | |
download | pkgsrc-a94c42ad1d76e1db85865dc0d574b28a8172bb12.tar.gz |
Sort.
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 22ead6b8762..a12fed9424c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2001/02/28 22:34:54 jtb Exp $ +# $NetBSD: Makefile,v 1.55 2001/03/07 15:54:26 wiz Exp $ # COMMENT= Mathematics @@ -15,8 +15,8 @@ SUBDIR+= cassowary SUBDIR+= dcdflib.c SUBDIR+= dfftpack SUBDIR+= eispack -SUBDIR+= fftw SUBDIR+= fftpack +SUBDIR+= fftw SUBDIR+= geg SUBDIR+= gnumeric SUBDIR+= grace |