diff options
author | maho <maho@FreeBSD.org> | 2006-07-29 12:54:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-07-29 12:54:34 +0800 |
commit | 8857f9cdf537e78903d5d18bc74bb0fb6c92ee29 (patch) | |
tree | 4960f85b578eff33fb9aec32a4df0538ccf75bc8 /java/Makefile | |
parent | faf7f87eef3fed18cfbd3f0e8bbc7e1178ea6112 (diff) | |
download | freebsd-ports-gnome-8857f9cdf537e78903d5d18bc74bb0fb6c92ee29.tar.gz freebsd-ports-gnome-8857f9cdf537e78903d5d18bc74bb0fb6c92ee29.tar.zst freebsd-ports-gnome-8857f9cdf537e78903d5d18bc74bb0fb6c92ee29.zip |
Add java-gcj-compat. With scripts and symlinks, now gcj installation acts
like a Java SDK.
WWW: ftp://sources.redhat.com/pub/rhug/
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 0925fa2d0e29..8cbf39f7fb75 100644 --- a/java/Makefile +++ b/java/Makefile @@ -71,6 +71,7 @@ SUBDIR += jasmin SUBDIR += java-checkstyle SUBDIR += java-cup + SUBDIR += java-gcj-compat SUBDIR += java-getopt SUBDIR += java-tutorial SUBDIR += java3d |