diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:08:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:08:34 +0000 |
commit | bdf6d99873fdee1829bf3163e5ad550ec622da21 (patch) | |
tree | 8d8ab07c14483fd82c670ba95ed08b8de162f2fe /math/vtk | |
parent | d152b63a1c0d846bc0af44eae70b680c20a4d353 (diff) | |
download | ports-bdf6d99873fdee1829bf3163e5ad550ec622da21.tar.gz ports-bdf6d99873fdee1829bf3163e5ad550ec622da21.zip |
Notes
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 |