Use USES=tar:xz.

This commit is contained in:
Jung-uk Kim 2014-03-14 17:15:17 +00:00
parent a5628edb12
commit c197994614
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348269

View file

@ -27,7 +27,7 @@ JDK_ROOT= bootstrap-${JDK_NAME}
NO_BUILD= yes
PLIST_SUB= ARCH=${ARCH} JDK_NAME=${JDK_NAME} JDK_ROOT=${JDK_ROOT}
USE_XZ= yes
USES= tar:xz
WRKSRC= ${WRKDIR}/${JDK_ROOT}
INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}