diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-11 01:34:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-11 01:34:57 +0800 |
commit | e927aafc7f262ddf68e37a894fff25b06f0fa06e (patch) | |
tree | 86311d7f8a824bab298780d76bdc59d3d1ba30b5 /www/apache-forrest | |
parent | 4dae2db260e3517a76b1e8937b7820d3f6413ca8 (diff) | |
download | freebsd-ports-gnome-e927aafc7f262ddf68e37a894fff25b06f0fa06e.tar.gz freebsd-ports-gnome-e927aafc7f262ddf68e37a894fff25b06f0fa06e.tar.zst freebsd-ports-gnome-e927aafc7f262ddf68e37a894fff25b06f0fa06e.zip |
Fix after Java 1.5 removal (this ports build nicely with openjdk6)
Diffstat (limited to 'www/apache-forrest')
-rw-r--r-- | www/apache-forrest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index d7415ed131e3..caaaad00f684 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A tool for rapid development of small sites USE_JAVA= yes -JAVA_VERSION= 1.5 +JAVA_VERSION= 1.6 REPLACE_FILES= ${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant |