mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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
This commit is contained in:
parent
ee7ae13fca
commit
6a22aa02c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335029
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue