diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index ec56bb88b4e5..f680d37d0480 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,28 +1,22 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org COMMENT= Markup-based typesetting system WWW= https://typst.app/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} -.include - -.if ${ARCH} == powerpc -LTO_UNSAFE= yes -.endif - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include