diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-07 04:41:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-07 04:41:39 +0800 |
commit | 5dd13babd275007e8d891514becf4bb97ad16aa1 (patch) | |
tree | 491e0f23deb6d593c8b8e00e7b121a22e9982fde /math | |
parent | dcea18caa78a2ed0e4bd8eb8c403a2f946e8fee5 (diff) | |
download | freebsd-ports-gnome-5dd13babd275007e8d891514becf4bb97ad16aa1.tar.gz freebsd-ports-gnome-5dd13babd275007e8d891514becf4bb97ad16aa1.tar.zst freebsd-ports-gnome-5dd13babd275007e8d891514becf4bb97ad16aa1.zip |
Mark BROKEN: violates stage and fails to package
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 4c8872928051..1b72fa5d7fec 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff +BROKEN= Violates stage and fails to package WRKSRC= ${WRKDIR}/VTK${PORTVERSION} CONFLICTS= vtk-4* |