View | Details | Raw Unified | Return to bug 237991
Collapse All | Expand All

(-)Makefile 2019-05-19 19:38:02.173625000 -0700 (+2 lines)
Lines 23-28 Link Here
23
               libgif.so:graphics/giflib \
23
               libgif.so:graphics/giflib \
24
               liblcms2.so:graphics/lcms2 \
24
               liblcms2.so:graphics/lcms2 \
25
               libpng16.so:graphics/png
25
               libpng16.so:graphics/png
26
RUN_DEPENDS=    javavm:java/javavmwrapper
26
USES=          compiler:features gmake iconv jpeg pkgconfig
27
USES=          compiler:features gmake iconv jpeg pkgconfig
27
USE_XORG=      x11 xext xi xrandr xrender xt xtst
28
USE_XORG=      x11 xext xi xrandr xrender xt xtst
Lines 134-139 Link Here
134
       @cd ${STAGEDIR}${INSTALLDIR} && \
135
       @cd ${STAGEDIR}${INSTALLDIR} && \
135
               ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \;
136
               ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \;
136
       @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper
137
       @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper
138
       @${ECHO} "@javavm ${INSTALLDIR}/bin/java" >> ${TMPPLIST}
137
       @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \
139
       @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \
138
               ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}
140
               ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}

Return to bug 237991