diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-24 05:13:41 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-24 05:13:41 +0800 |
commit | 46e0bb131977d4eafe0c1635ae0ed248cf022460 (patch) | |
tree | e2c198fb6b74de05a85cf1b2e8923868e48148d4 /math | |
parent | 350521904512dd26a0851ca98cc696724d9b7de4 (diff) | |
download | freebsd-ports-gnome-46e0bb131977d4eafe0c1635ae0ed248cf022460.tar.gz freebsd-ports-gnome-46e0bb131977d4eafe0c1635ae0ed248cf022460.tar.zst freebsd-ports-gnome-46e0bb131977d4eafe0c1635ae0ed248cf022460.zip |
- Mark BROKEN: fails to package
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index face74165e6b..062236031637 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= expat.[5-6]:${PORTSDIR}/textproc/expat2 \ LATEST_LINK= vtk5 +BROKEN= fails to package + WRKSRC= ${WRKDIR}/VTK CONFLICTS= vtk-4* |