pkgsrc/cad/diylc
dsainty 2744af60a7 There are two common ways to select the "java" executable in Pkgsrc.
One is via "${JAVA_BINPREFIX}-java", and one is via
"${PKG_JAVA_HOME}/bin/java".

The "${JAVA_BINPREFIX}-java" way relies on an appropriately named
executable being present in the built-in JRE if you are using the
built-in - something with a "-java" suffix.  That just doesn't exist
in either the MacOS Oracle JRE install or the JDK install.  So switch
to "${PKG_JAVA_HOME}/bin/java" instead, which works (but does require
careful quoting to allow for spaces under MacOS).

Bump PKGREVISION.
2020-04-26 01:05:15 +00:00
..
DESCR
distinfo
Makefile There are two common ways to select the "java" executable in Pkgsrc. 2020-04-26 01:05:15 +00:00
PLIST