diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-02 23:24:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-02 23:24:31 +0800 |
commit | 4e2d3904710518d1653c42bc1e7f57d17a4b3fd6 (patch) | |
tree | d100d35c71eba0fcf42a5f26fe5dd8c9ba7c98e8 /math | |
parent | 6e4b811861561da8626789833b457810671ed5ce (diff) | |
download | freebsd-ports-gnome-4e2d3904710518d1653c42bc1e7f57d17a4b3fd6.tar.gz freebsd-ports-gnome-4e2d3904710518d1653c42bc1e7f57d17a4b3fd6.tar.zst freebsd-ports-gnome-4e2d3904710518d1653c42bc1e7f57d17a4b3fd6.zip |
Rename vtk4 to avoid name collition with math/vtk5
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index c141588c7279..473da5f3b74b 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 7 CATEGORIES= math graphics MASTER_SITES= http://ovt.irfu.se/vtk/files/ DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz +PKGNAMESUFFIX= 4 MAINTAINER= ports@FreeBSD.org COMMENT?= The Visualization Toolkit shared libs |