diff options
author | hwr <hwr> | 1999-08-10 15:09:18 +0000 |
---|---|---|
committer | hwr <hwr> | 1999-08-10 15:09:18 +0000 |
commit | 11e76258bae7695f1095c161a656c6fb0a54cfb7 (patch) | |
tree | 579e489dd598fdd273ee3b2feeb344ff48f0e758 /math | |
parent | 288a1a43a0928f3e32955bd93205135849595579 (diff) | |
download | pkgsrc-11e76258bae7695f1095c161a656c6fb0a54cfb7.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 |