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/vtk5 | |
parent | e09df88e2c0dc5d127083f202b50109689bc6df4 (diff) |
Mark BROKEN on amd64 (does not compile)
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=135223
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 122912f1cc0d..c4afd256fa30 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/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 |