diff options
author | hwr <hwr@pkgsrc.org> | 1999-08-10 15:09:18 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-08-10 15:09:18 +0000 |
commit | 6350405c1386162594c9c2e3cb8330adaff8ac5c (patch) | |
tree | 579e489dd598fdd273ee3b2feeb344ff48f0e758 /math | |
parent | 71a4879e3eec2eeb2188d4fa009a4b094d0b02f4 (diff) | |
download | pkgsrc-6350405c1386162594c9c2e3cb8330adaff8ac5c.tar.gz |
Add and enable gmp.
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 7371de74516..0a0ec72295c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/07/31 19:21:05 rh Exp $ +# $NetBSD: Makefile,v 1.14 1999/08/10 15:09:18 hwr Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -16,6 +16,7 @@ # SUBDIR += freefem # SUBDIR += fudgit # SUBDIR += gnuplot + SUBDIR += gmp SUBDIR += gnumeric SUBDIR += grpn # SUBDIR += hexcalc |