From 6a22aa02c20c20b42d39be37d3134dc267d44098 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 27 Nov 2013 16:09:28 +0000 Subject: [PATCH] Most unkindly the java/java-getopt port changed the name of the JAR it was installing from getopt.jar to java-getopt.jar This broke jode and, possibly, some other ports depending on getopt.jar. Submitted by: pkg-fallout --- java/jode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/jode/Makefile b/java/jode/Makefile index a68ef7c7424b..6d3537c6e61e 100644 --- a/java/jode/Makefile +++ b/java/jode/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes -GETOPT_JAR= ${JAVALIBDIR}/getopt.jar +GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar CLASSLIB= ${JAVA_CLASSES}:${GETOPT_JAR} CONFIGURE_ENV+= CLASSLIB=${CLASSLIB} JAR="${JAR}" \ JAVA="${JAVA}" JAVAC="${JAVAC}"