diff options
author | asami <asami@FreeBSD.org> | 1995-11-27 05:25:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-27 05:25:36 +0800 |
commit | 1bebbefab35d3c10e5223079f72e54bc0cf84ba5 (patch) | |
tree | 6c1ffd61c6fd2d0bad57b01d3833a8b329466e17 /math | |
parent | 9f9afc33e6da1a09e2410f56e0f013fd04727926 (diff) | |
download | freebsd-ports-graphics-1bebbefab35d3c10e5223079f72e54bc0cf84ba5.tar.gz freebsd-ports-graphics-1bebbefab35d3c10e5223079f72e54bc0cf84ba5.tar.zst freebsd-ports-graphics-1bebbefab35d3c10e5223079f72e54bc0cf84ba5.zip |
Remove gmp.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 69c7c04c1d9..e71e8381fd6 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 |