aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-10 15:17:17 +0800
committerbapt <bapt@FreeBSD.org>2014-04-10 15:17:17 +0800
commit02734176ea4bda011bb8b5c31571fa46787935d4 (patch)
tree2e8c5f2d58be2ea38c113314420cc6b61347bd33 /math
parent44b0bc9ce9ea8715107d39064d42c12b9a6c8f84 (diff)
downloadfreebsd-ports-gnome-02734176ea4bda011bb8b5c31571fa46787935d4.tar.gz
freebsd-ports-gnome-02734176ea4bda011bb8b5c31571fa46787935d4.tar.zst
freebsd-ports-gnome-02734176ea4bda011bb8b5c31571fa46787935d4.zip
Minimum version of java is now 1.6
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r--math/jtransforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jtransforms/Makefile b/math/jtransforms/Makefile
index 1cca3699e68a..712463786381 100644
--- a/math/jtransforms/Makefile
+++ b/math/jtransforms/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= A multithreaded FFT library written in pure Java
USE_BZIP2= yes
-USE_JAVA= 1.5+
+USE_JAVA= 1.6+
USE_ANT= yes
WRKSRC= ${WRKDIR}/JTransforms