diff options
author | des <des@FreeBSD.org> | 2006-07-22 19:28:03 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-07-22 19:28:03 +0800 |
commit | b6069621d85300201ad2f386e8929308a1f2f0eb (patch) | |
tree | 1ad6898d33f474d9c733df23b1dd1fb72d34e09b /net-mgmt | |
parent | e1d63e889eab457f8a9474cad520de2a0989fa7c (diff) | |
download | freebsd-ports-gnome-b6069621d85300201ad2f386e8929308a1f2f0eb.tar.gz freebsd-ports-gnome-b6069621d85300201ad2f386e8929308a1f2f0eb.tar.zst freebsd-ports-gnome-b6069621d85300201ad2f386e8929308a1f2f0eb.zip |
NAV works fine with Java 1.5.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nav/Makefile b/net-mgmt/nav/Makefile index 95e492cf4d10..16ba4360cd5d 100644 --- a/net-mgmt/nav/Makefile +++ b/net-mgmt/nav/Makefile @@ -48,7 +48,7 @@ HAS_CONFIGURE= yes USE_PERL5= yes USE_PYTHON= 2.3+ USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.4+ USE_APACHE= yes WITH_APACHE2= yes USE_GMAKE= yes |