pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/igv



Module Name:    pkgsrc
Committed By:   abs
Date:           Sat Nov 18 15:03:23 UTC 2023

Modified Files:
        pkgsrc/biology/igv: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/igv/Makefile

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

Modified files:

Index: pkgsrc/biology/igv/Makefile
diff -u pkgsrc/biology/igv/Makefile:1.1 pkgsrc/biology/igv/Makefile:1.2
--- pkgsrc/biology/igv/Makefile:1.1     Wed Feb 24 13:54:25 2021
+++ pkgsrc/biology/igv/Makefile Sat Nov 18 15:03:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/24 13:54:25 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/18 15:03:23 abs Exp $
 
 DISTNAME=      IGV_2.9.2
 PKGNAME=       ${DISTNAME:S/IGV_/igv-/}
@@ -12,7 +12,7 @@ COMMENT=      Visualization tool for genomic 
 LICENSE=       mit
 
 USE_JAVA=      yes
-USE_JAVA2=     9       # Actually needs 11, not supported by java-vm.mk
+USE_JAVA2=     11
 USE_TOOLS+=    pax
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index