aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:40:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-24 07:40:49 +0800
commit1f12fd167ef617bcecd99d591d180eee47ba080a (patch)
tree857d94b51b2dc779b8748bf1b178b0b690d018b2 /math
parent1e1efd85e67b0b53e84c4f208117bd66e2691efd (diff)
downloadfreebsd-ports-gnome-1f12fd167ef617bcecd99d591d180eee47ba080a.tar.gz
freebsd-ports-gnome-1f12fd167ef617bcecd99d591d180eee47ba080a.tar.zst
freebsd-ports-gnome-1f12fd167ef617bcecd99d591d180eee47ba080a.zip
- Minor cleanups
- Reset maintainer PR: 132948 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/vtk5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile
index 189a0a4b8bb8..a4af8843f750 100644
--- a/math/vtk5/Makefile
+++ b/math/vtk5/Makefile
@@ -10,11 +10,11 @@ PORTNAME= vtk
PORTVERSION= 5.0.4
PORTREVISION= 2
CATEGORIES= math graphics
-MASTER_SITES= http://www.vtk.org/files/release/5.0/ \
+MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \
http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
DISTNAME?= vtk-${PORTVERSION}
-MAINTAINER= giffunip@tutopia.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= The Visualization Toolkit
LIB_DEPENDS= expat.[5-6]:${PORTSDIR}/textproc/expat2 \
@@ -60,7 +60,6 @@ MAN3= vtk.3
CMAKE_USE_PTHREAD= yes
CMAKE_SOURCE_PATH= ../VTK
-CXXFLAGS+= -Wno-deprecated
CMAKE_ARGS+= ${VTKSRCDIR} \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DBUILD_DOCUMENTATION:BOOL=ON \