diff options
author | rh <rh@pkgsrc.org> | 2002-11-02 10:26:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-02 10:26:46 +0000 |
commit | 29f3d5e6ce2d456b1ed8ddedccd2e7b461a6db29 (patch) | |
tree | e2b76731ea1556189310f924a3358ea79dfde685 /math | |
parent | 94656edb63e58e1fe676b028da365c472a9d16aa (diff) | |
download | pkgsrc-29f3d5e6ce2d456b1ed8ddedccd2e7b461a6db29.tar.gz |
Add and enable gcalctool
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 bd73cd2f36c..331d7cf522b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2002/10/18 21:57:47 abs Exp $ +# $NetBSD: Makefile,v 1.86 2002/11/02 10:26:46 rh Exp $ # COMMENT= Mathematics @@ -32,6 +32,7 @@ SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= gap +SUBDIR+= gcalctool SUBDIR+= geg SUBDIR+= glpk SUBDIR+= gnumeric |