diff options
author | gahr <gahr@FreeBSD.org> | 2011-01-14 18:16:26 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-01-14 18:16:26 +0800 |
commit | 66b95bdb9a2860c385297a88efb4fbee9865f0ba (patch) | |
tree | bcaa3ca84edeb415881b48048b9d1eedc85f2aa4 /math | |
parent | fea1e7278770328ca65965d396b4bfaa25f34a8c (diff) | |
download | freebsd-ports-gnome-66b95bdb9a2860c385297a88efb4fbee9865f0ba.tar.gz freebsd-ports-gnome-66b95bdb9a2860c385297a88efb4fbee9865f0ba.tar.zst freebsd-ports-gnome-66b95bdb9a2860c385297a88efb4fbee9865f0ba.zip |
- Remove CONFLICT with paraview (see latest paraview commit)
- Remove CONFLICT with nonexistant vtk port
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index a0793592ece4..face74165e6b 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -25,7 +25,7 @@ LATEST_LINK= vtk5 WRKSRC= ${WRKDIR}/VTK -CONFLICTS= vtk-4* vtk-5.0.[012356789]* paraview-3* +CONFLICTS= vtk-4* SUB_FILES= vtk.3 |