pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/jrep
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 29 06:28:43 UTC 2021
Modified Files:
pkgsrc/textproc/jrep: Makefile
Log Message:
jrep: force openjdk8 until someone can fix this with 11
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/jrep/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/jrep/Makefile
diff -u pkgsrc/textproc/jrep/Makefile:1.6 pkgsrc/textproc/jrep/Makefile:1.7
--- pkgsrc/textproc/jrep/Makefile:1.6 Sun Apr 30 10:39:19 2017
+++ pkgsrc/textproc/jrep/Makefile Mon Mar 29 06:28:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/04/30 10:39:19 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/29 06:28:43 nia Exp $
#
DISTNAME= jrep-1.1.0
@@ -27,6 +27,8 @@ MAVEN_OPTS+= -Duser.home=${FAKEHOMEDIR}
#MAVEN_OPTS+= -Dmaven.repo.local=${WRKDIR}/deps
#MAVEN_OPTS+= --offline
+PKG_JVMS_ACCEPTED= openjdk8
+
.include "../../devel/mk-configure/mk-c.mk"
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index