diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-14 10:27:59 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-14 10:27:59 +0000 |
commit | 7fe77728f454cac9c58348cf2ded09a68d736abf (patch) | |
tree | 68a9913c1d92d6f68d201c45389d64fbc27eb213 /math/vtk | |
parent | e09df88e2c0dc5d127083f202b50109689bc6df4 (diff) | |
download | ports-7fe77728f454cac9c58348cf2ded09a68d736abf.tar.gz ports-7fe77728f454cac9c58348cf2ded09a68d736abf.zip |
Notes
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 122912f1cc0d..c4afd256fa30 100644 --- a/math/vtk/Makefile +++ b/math/vtk/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 |