diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-11-21 01:09:34 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-11-21 01:09:34 +0000 |
commit | de9efac61c7a91707cbcc94114e85274b9bd51c5 (patch) | |
tree | 8626b69de562e97b5a2013500b5bbe3a0106b637 /cad/netgen | |
parent | 41868867feba40dcc286da1499be8554056a1695 (diff) | |
download | freebsd-ports-de9efac61c7a91707cbcc94114e85274b9bd51c5.zip |
- Don't build for i386, because pkg-fallout@ reports build errors.
Diffstat (limited to 'cad/netgen')
-rw-r--r-- | cad/netgen/Makefile | 5 |
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 |