diff options
author | cjep <cjep@pkgsrc.org> | 2002-08-21 08:04:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-08-21 08:04:51 +0000 |
commit | 1b1c4a3ba399df39f91df7e5748debe1f06d43ef (patch) | |
tree | fd8b25b727ba3a9a632b5f6638829a84a18f15d7 /math | |
parent | 08da6fc17a40d7381738674495ab023eee9e860c (diff) | |
download | pkgsrc-1b1c4a3ba399df39f91df7e5748debe1f06d43ef.tar.gz |
Add and enable gap
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 0689f2d8f75..61e57cf50ff 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2002/06/26 15:31:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.80 2002/08/21 08:04:51 cjep Exp $ # COMMENT= Mathematics @@ -29,6 +29,7 @@ SUBDIR+= eispack SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw +SUBDIR+= gap SUBDIR+= geg SUBDIR+= glpk SUBDIR+= gnumeric |