git: 7715ef59f2fd - main - print/miktex: Fix NOT_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Jan 2025 06:30:54 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7715ef59f2fd5dc19b6ee3c12b858703611f695b
commit 7715ef59f2fd5dc19b6ee3c12b858703611f695b
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-01-14 06:30:08 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-01-14 06:30:08 +0000
print/miktex: Fix NOT_FOR_ARCHS
The arm64 architecture is aarch64.
---
print/miktex/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/miktex/Makefile b/print/miktex/Makefile
index 748d59328849..d19737279c29 100644
--- a/print/miktex/Makefile
+++ b/print/miktex/Makefile
@@ -24,7 +24,7 @@ LICENSE_NAME= Multiple
LICENSE_TEXT= This is a collection of many independent packages and does not have a single license
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
-NOT_FOR_ARCHS= arm64 armv7
+NOT_FOR_ARCHS= aarch64 armv7
NOT_FOR_ARCHS_REASON= Programs/TeXAndFriends/Knuth/web/tangle.p:1: parse error before `รป'
LIB_DEPENDS= libapr-1.so:devel/apr1 \