diff options
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 4d17b240062f..9fa416c6a80a 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -39,10 +39,6 @@ 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 |