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