diff options
Diffstat (limited to 'japanese/font-ume')
-rw-r--r-- | japanese/font-ume/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/font-ume/Makefile b/japanese/font-ume/Makefile index a69d8284597c..7381f3835f72 100644 --- a/japanese/font-ume/Makefile +++ b/japanese/font-ume/Makefile @@ -18,6 +18,7 @@ COMMENT= Ume Japanese TrueType fonts RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +USE_XZ= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install @@ -55,13 +56,4 @@ post-install: ${LOCALBASE}/bin/fc-cache -s -f -v ${LOCALBASE}/${X_FONTSDIR}/TTF ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -EXTRACT_DEPENDS+= xz:${PORTSDIR}/archivers/xz -EXTRACT_CMD= ${LOCALBASE}/bin/xz -.else -EXTRACT_CMD= /usr/bin/xz -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |