summaryrefslogtreecommitdiff
path: root/math/vtk43
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-05 22:15:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-05 22:15:36 +0000
commitd5aef7a6c07362820eacbc450e5bebb8906978c5 (patch)
tree4ee7c47ab8195315bcbc6908f757dbae4e1a12e8 /math/vtk43
parentUpdate to 8.54, see changelog for detail: (diff)
Small fix for port vtk43
vtk43 just committed requires outdated expat.5. This will cause the build to fail if expat.6 is installed. I've been running caret (an application that depends on vtk43) with expat.6 for several weeks without any apparent problems. Suggest updating the vtk43 LIB_DEPENDS to allow expat.5 or expat.6. PR: ports/95353 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Notes
Notes: svn path=/head/; revision=158900
Diffstat (limited to 'math/vtk43')
-rw-r--r--math/vtk43/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile
index 8ae868750ad2..27f76dd46138 100644
--- a/math/vtk43/Makefile
+++ b/math/vtk43/Makefile
@@ -50,7 +50,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build
BUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS+= expat.[5-6]:${PORTSDIR}/textproc/expat2 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff