diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 21:25:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 21:25:36 +0000 |
commit | 1bebbefab35d3c10e5223079f72e54bc0cf84ba5 (patch) | |
tree | 6c1ffd61c6fd2d0bad57b01d3833a8b329466e17 | |
parent | 9f9afc33e6da1a09e2410f56e0f013fd04727926 (diff) | |
download | FreeBSD-ports-1bebbefab35d3c10e5223079f72e54bc0cf84ba5.zip FreeBSD-ports-1bebbefab35d3c10e5223079f72e54bc0cf84ba5.tar.gz |
Remove gmp.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 69c7c04..e71e838 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,11 +1,10 @@ -# $Id: Makefile,v 1.14 1995/10/03 11:45:09 asami Exp $ +# $Id: Makefile,v 1.15 1995/11/26 13:49:33 asami Exp $ # SUBDIR += blas SUBDIR += calc SUBDIR += eispack SUBDIR += fudgit - SUBDIR += gmp SUBDIR += gnuplot SUBDIR += hexcalc SUBDIR += linpack |