diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 19:25:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 19:25:27 +0800 |
commit | 510edddefcc2dfae776c9c54698ad939ff5cd7e5 (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /biology | |
parent | 365dc41664dc2b04e88f4525eea11ff1c3cd36d3 (diff) | |
download | freebsd-ports-graphics-510edddefcc2dfae776c9c54698ad939ff5cd7e5.tar.gz freebsd-ports-graphics-510edddefcc2dfae776c9c54698ad939ff5cd7e5.tar.zst freebsd-ports-graphics-510edddefcc2dfae776c9c54698ad939ff5cd7e5.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/artemis/Makefile | 2 | ||||
-rw-r--r-- | biology/jalview/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index 37995f38f81..880282b4ae6 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -15,7 +15,7 @@ COMMENT= A DNA sequence viewer and annotation tool WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index 12ac7ec80ff..cccf2fa026e 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A viewer and editor for multiple sequence alignments USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= makejars WRKSRC= ${WRKDIR}/${PORTNAME} |