mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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>
This commit is contained in:
parent
2475ff0357
commit
d5aef7a6c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158900
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user