diff options
author | swills <swills@FreeBSD.org> | 2014-06-07 01:52:34 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-06-07 01:52:34 +0800 |
commit | 203902c0baec747a212e9d02ad35ba4c100e2773 (patch) | |
tree | 2a5f4a0bbfa995bd015b3a9727a7efcbc380cece /math | |
parent | 229ebb6638cebe9517bda82b4a130f6d131cec7e (diff) | |
download | freebsd-ports-gnome-203902c0baec747a212e9d02ad35ba4c100e2773.tar.gz freebsd-ports-gnome-203902c0baec747a212e9d02ad35ba4c100e2773.tar.zst freebsd-ports-gnome-203902c0baec747a212e9d02ad35ba4c100e2773.zip |
- Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
With hat: portmgr@
Diffstat (limited to 'math')
-rw-r--r-- | math/jakarta-commons-math3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jakarta-commons-math3/Makefile b/math/jakarta-commons-math3/Makefile index 0f2d1a929114..7662e083e293 100644 --- a/math/jakarta-commons-math3/Makefile +++ b/math/jakarta-commons-math3/Makefile @@ -20,7 +20,7 @@ LICENSE= APACHE20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 USE_ANT= yes ALL_TARGET= jar |