aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2020-11-21 01:09:34 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2020-11-21 01:09:34 +0000
commitde9efac61c7a91707cbcc94114e85274b9bd51c5 (patch)
tree8626b69de562e97b5a2013500b5bbe3a0106b637 /cad
parent41868867feba40dcc286da1499be8554056a1695 (diff)
downloadports-de9efac61c7a91707cbcc94114e85274b9bd51c5.tar.gz
ports-de9efac61c7a91707cbcc94114e85274b9bd51c5.zip
- Don't build for i386, because pkg-fallout@ reports build errors.
Notes
Notes: svn path=/head/; revision=555804
Diffstat (limited to 'cad')
-rw-r--r--cad/netgen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 2ecbde7fdfe2..76af2480f149 100644
--- a/cad/netgen/Makefile
+++ b/cad/netgen/Makefile
@@ -12,8 +12,9 @@ COMMENT= Automatic 3D tetrahedral mesh generator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= relies on rdtsc() call and the TSC is specific to x86
+ONLY_FOR_ARCHS= amd64 # i386
+ONLY_FOR_ARCHS_REASON= relies on rdtsc() call and the TSC is specific to x86 \
+ and pkg-fallout@ reports build errors with i386.
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
git:devel/git