diff options
-rw-r--r-- | textproc/typst/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index ec56bb88b4e5..f680d37d0480 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,7 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org @@ -16,12 +16,6 @@ USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc -LTO_UNSAFE= yes -.endif - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |