From 7fe77728f454cac9c58348cf2ded09a68d736abf Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sat, 14 May 2005 10:27:59 +0000 Subject: Mark BROKEN on amd64 (does not compile) Approved by: clement (mentor) --- math/vtk/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/vtk') 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 +.if ${ARCH} == "amd64" +BROKEN= "does not compile on amd64" +.endif + .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" PATCH_WRKSRC= ${WRKDIR}/VTK -- cgit v1.2.3