diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-21 21:25:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-21 21:25:33 +0800 |
commit | 4f9a9238a748473ed3425062481439c5949aaa5c (patch) | |
tree | fd3c981a4dd6426e4b8b17c722eb7418fe0591a2 /math/Makefile | |
parent | 8d708cbc2159b74a1cc05aaa479a1c549e39214e (diff) | |
download | freebsd-ports-gnome-4f9a9238a748473ed3425062481439c5949aaa5c.tar.gz freebsd-ports-gnome-4f9a9238a748473ed3425062481439c5949aaa5c.tar.zst freebsd-ports-gnome-4f9a9238a748473ed3425062481439c5949aaa5c.zip |
add rpc
rpc is a full-screen RPN calculator program
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 6e9cd5c2df52..b917710c274a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -80,6 +80,7 @@ SUBDIR += py-scientific SUBDIR += pygist SUBDIR += rcalc + SUBDIR += rpc SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot |