diff options
author | nork <nork@FreeBSD.org> | 2004-01-11 18:48:33 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-11 18:48:33 +0800 |
commit | 3824be89acb099afaef6ce5035f279ebb386dd8f (patch) | |
tree | 548868f7d287aa8c199a49f121bf2265f96501f9 /java/Makefile | |
parent | 82959861bb784ff301417b2005affb24f286643c (diff) | |
download | freebsd-ports-gnome-3824be89acb099afaef6ce5035f279ebb386dd8f.tar.gz freebsd-ports-gnome-3824be89acb099afaef6ce5035f279ebb386dd8f.tar.zst freebsd-ports-gnome-3824be89acb099afaef6ce5035f279ebb386dd8f.zip |
Add jai 1.1.2, which is Java Advanced Imaging (JAI) API provides
a set of object-oriented interfaces that support a simple,
high-level programming model which lets you manipulate images easily.
PR: CBUG-ML/2572
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
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 abf21f8ed951..530bbe5dcf74 100644 --- a/java/Makefile +++ b/java/Makefile @@ -27,6 +27,7 @@ SUBDIR += j2sdkee13 SUBDIR += jad SUBDIR += jaf + SUBDIR += jai SUBDIR += jakarta-bcel SUBDIR += jakarta-commons-beanutils SUBDIR += jakarta-commons-cli |