diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-26 15:31:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-26 15:31:25 +0000 |
commit | 530a5f216bf914e8f313101677371feecaaea608 (patch) | |
tree | 7d17ded5e875af5b1262acdea9b8faa1b34a3af6 /math/Makefile | |
parent | ff73294c7710949f0a816a95cd63fe3dddf88f7d (diff) | |
download | pkgsrc-530a5f216bf914e8f313101677371feecaaea608.tar.gz |
add and enable glpk
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index de6a3991de8..0689f2d8f75 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2002/05/04 01:49:52 jtb Exp $ +# $NetBSD: Makefile,v 1.79 2002/06/26 15:31:25 dmcmahill Exp $ # COMMENT= Mathematics @@ -30,6 +30,7 @@ SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= geg +SUBDIR+= glpk SUBDIR+= gnumeric SUBDIR+= gnumeric0 SUBDIR+= grace |