diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-09 11:36:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-09 11:36:01 +0800 |
commit | b976e167fa7d36eb05f98f9dfc6fbee3e32d665f (patch) | |
tree | b4d920c591416ee5a605be4d31d0a65a1c0ecdcd /java/Makefile | |
parent | de7eab1af9182480c7658a540e5f1fff841f2f3f (diff) | |
download | freebsd-ports-gnome-b976e167fa7d36eb05f98f9dfc6fbee3e32d665f.tar.gz freebsd-ports-gnome-b976e167fa7d36eb05f98f9dfc6fbee3e32d665f.tar.zst freebsd-ports-gnome-b976e167fa7d36eb05f98f9dfc6fbee3e32d665f.zip |
add jgrapht 0.5.3
A Java class provides mathematical graph-theory objects and algorithms
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index aa1e2461deeb..cbee77b5c0eb 100644 --- a/java/Makefile +++ b/java/Makefile @@ -81,6 +81,7 @@ SUBDIR += jfc SUBDIR += jflex SUBDIR += jfreechart + SUBDIR += jgrapht SUBDIR += jikes SUBDIR += jlex SUBDIR += jlint |