diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-14 10:27:59 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-14 10:27:59 +0000 |
commit | 3263d186e4a585da2a064b3c9c6542e2b4810998 (patch) | |
tree | 765db7fcca1a214f6c43965fef677cbde2f04cd6 /math/vtk43 | |
parent | 9226d4d85b1c645b5c0b1652eaac426a859fad56 (diff) | |
download | FreeBSD-ports-3263d186e4a585da2a064b3c9c6542e2b4810998.zip FreeBSD-ports-3263d186e4a585da2a064b3c9c6542e2b4810998.tar.gz |
Mark BROKEN on amd64 (does not compile)
Approved by: clement (mentor)
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 |