diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-14 05:45:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-14 05:45:12 +0800 |
commit | 1d168eb80694665b2bc5bffb2a33b35181297e92 (patch) | |
tree | 4aed4981d3f86d83a61c7c1eda640e1edb589e89 /math/Makefile | |
parent | 7c639f50c92059d5552bf2a542a776a5434a3304 (diff) | |
download | freebsd-ports-gnome-1d168eb80694665b2bc5bffb2a33b35181297e92.tar.gz freebsd-ports-gnome-1d168eb80694665b2bc5bffb2a33b35181297e92.tar.zst freebsd-ports-gnome-1d168eb80694665b2bc5bffb2a33b35181297e92.zip |
add gexpr
A shell calculator
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 42f1e2389904..3dfd033e978c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -24,6 +24,7 @@ SUBDIR += freefem SUBDIR += fudgit SUBDIR += geg + SUBDIR += gexpr SUBDIR += glove SUBDIR += glpk SUBDIR += gnumeric |