From 182e4fd390bb1dc3dd6447bb6a2db7f47c5dfb94 Mon Sep 17 00:00:00 2001 From: mi Date: Wed, 27 Nov 2013 16:09:28 +0000 Subject: 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(-) (limited to 'java') 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}" -- cgit