diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
commit | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (patch) | |
tree | d85d1d826adfcc00724f4cb18ebe3b014d54fc70 /benchmarks/scimark2 | |
parent | 852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d (diff) | |
download | freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.gz freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.zst freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.zip |
Convert b* to USES=zip
Diffstat (limited to 'benchmarks/scimark2')
-rw-r--r-- | benchmarks/scimark2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/scimark2/Makefile b/benchmarks/scimark2/Makefile index 7d17d0fbfdd6..00be7d1785ce 100644 --- a/benchmarks/scimark2/Makefile +++ b/benchmarks/scimark2/Makefile @@ -10,11 +10,11 @@ PKGNAMESUFFIX= -java DISTNAME= ${PORTNAME}src MAINTAINER= thierry@FreeBSD.org -COMMENT= A Java benchmark for scientific and numerical computing +COMMENT= Java benchmark for scientific and numerical computing WRKSRC= ${WRKDIR} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NEED_JAVAC= yes |