aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:47:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:47:42 +0000
commitc3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a (patch)
tree5dd2a4a50e40c7248b2f66c6a8f0c3687709e87f
parentf815d9ba4eda00cce03dfd8deb07a24e6ea3fe8c (diff)
downloadports-c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a.tar.gz
ports-c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a.zip
devel/boxfort: Not for powerpc* architectures
-rw-r--r--devel/boxfort/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/boxfort/Makefile b/devel/boxfort/Makefile
index dbff43ff749c..23d2abeb0ff4 100644
--- a/devel/boxfort/Makefile
+++ b/devel/boxfort/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/Snaipe/BoxFort
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= powerpc powerpc64 powerpc64le
+NOT_FOR_ARCHS_REASON= configure error: Problem encountered: Architecture "ppc64" is not supported (and similar messages about other architectures)
+
USES= meson
USE_LDCONFIG= yes