svn commit: r474667 - head/java/jode

Antoine Brodin antoine at FreeBSD.org
Sun Jul 15 07:45:19 UTC 2018


Author: antoine
Date: Sun Jul 15 07:45:18 2018
New Revision: 474667
URL: https://svnweb.freebsd.org/changeset/ports/474667

Log:
  Unbreak

Modified:
  head/java/jode/Makefile

Modified: head/java/jode/Makefile
==============================================================================
--- head/java/jode/Makefile	Sun Jul 15 06:59:18 2018	(r474666)
+++ head/java/jode/Makefile	Sun Jul 15 07:45:18 2018	(r474667)
@@ -19,8 +19,9 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NEED_JAVAC=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake perl5:test shebangfix
+USES=		gmake perl5 shebangfix
 SHEBANG_FILES=	${WRKSRC}/jcpp
+USE_PERL5=	test
 MAKE_JOBS_UNSAFE=	yes
 TEST_TARGET=	check
 


More information about the svn-ports-all mailing list