--- Makefile 2019-05-19 19:43:33.991119000 -0700 +++ Makefile 2019-05-19 19:43:33.991119000 -0700 @@ -23,6 +23,7 @@ libgif.so:graphics/giflib \ liblcms2.so:graphics/lcms2 \ libpng16.so:graphics/png +RUN_DEPENDS= javavm:java/javavmwrapper USES= compiler:features gmake iconv jpeg pkgconfig USE_XORG= x11 xext xi xrender xt xtst @@ -133,6 +134,7 @@ @cd ${STAGEDIR}${INSTALLDIR} && \ ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \; @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper + @${ECHO} "@javavm ${INSTALLDIR}/bin/java" >> ${TMPPLIST} @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \ ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}