pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Switch USE_JAVA2 from 9 to 11, as actually requires 11



Module Name:	pkgsrc-wip
Committed By:	David Brownlee <abs%absd.org@localhost>
Pushed By:	abs
Date:		Sat Nov 18 15:04:45 2023 +0000
Changeset:	74ff659b9d43ff60e42e314d9e0207b8e5007e93

Modified Files:
	igv/Makefile

Log Message:
Switch USE_JAVA2 from 9 to 11, as actually requires 11

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=74ff659b9d43ff60e42e314d9e0207b8e5007e93

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 igv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/igv/Makefile b/igv/Makefile
index 9222c7cc99..ea080c577e 100644
--- a/igv/Makefile
+++ b/igv/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Visualization tool for genomic datasets
 LICENSE=	mit
 
 USE_JAVA=	yes
-USE_JAVA2=	9	# Actually needs java 11
+USE_JAVA2=	11
 USE_TOOLS+=	pax
 NO_BUILD=	yes
 


Home | Main Index | Thread Index | Old Index