diff options
Diffstat (limited to 'math/vtk43')
-rw-r--r-- | math/vtk43/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 122912f..c4afd25 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -38,6 +38,10 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME} .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "does not compile on amd64" +.endif + .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" PATCH_WRKSRC= ${WRKDIR}/VTK |