diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /benchmarks | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/scimark2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/scimark2/Makefile b/benchmarks/scimark2/Makefile index 07242dace6ae..9fd78f581255 100644 --- a/benchmarks/scimark2/Makefile +++ b/benchmarks/scimark2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scimark2-java -# Date created: Sat Apr 05 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= scimark2 PORTVERSION= 2.0 @@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR} USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NEED_JAVAC= yes JAVAC_OPTS?= -O |