diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:08:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:08:34 +0800 |
commit | 131dcec7d903cd7d287f9174bd49ca137c572282 (patch) | |
tree | c902d6e8dd13d678b9c5861399e5bf54c23d9d1b /math/vtk | |
parent | 27122e55ea0641c216dde90696e296193b5c4115 (diff) | |
download | freebsd-ports-gnome-131dcec7d903cd7d287f9174bd49ca137c572282.tar.gz freebsd-ports-gnome-131dcec7d903cd7d287f9174bd49ca137c572282.tar.zst freebsd-ports-gnome-131dcec7d903cd7d287f9174bd49ca137c572282.zip |
Now compiles on amd64
Approved by: portmgr (implicit)
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 |