diff options
author | tj <tj@FreeBSD.org> | 2012-12-11 00:33:06 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-12-11 00:33:06 +0800 |
commit | 4b843c973145084d372f620e0f94afdfff9b9cd4 (patch) | |
tree | 1d867732e7cb59c3246a504bc48c17350c56ad03 /games | |
parent | 1f5eb2c519802f479efef836d683176e490bb10d (diff) | |
download | freebsd-ports-gnome-4b843c973145084d372f620e0f94afdfff9b9cd4.tar.gz freebsd-ports-gnome-4b843c973145084d372f620e0f94afdfff9b9cd4.tar.zst freebsd-ports-gnome-4b843c973145084d372f620e0f94afdfff9b9cd4.zip |
* Reset maintainer to ports@
* Allow build with openjdk7
PR: ports/173846
Submitted by: 4721@hushmail.com
Approved by: loader <loader@freebsdmall.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/jutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/jutils/Makefile b/games/jutils/Makefile index 1a27bb6265de..73b7606640cd 100644 --- a/games/jutils/Makefile +++ b/games/jutils/Makefile @@ -10,12 +10,12 @@ PORTVERSION= 20070610.r26 CATEGORIES= games java MASTER_SITES= LOCAL/loader -MAINTAINER= loader@freebsdmall.com +MAINTAINER= ports@freebsd.org COMMENT= Common utilities for Java Game Technology Group projects USE_BZIP2= yes USE_JAVA= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_VENDOR= openjdk USE_ANT= YES |