diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-01 19:53:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-01 19:53:11 +0000 |
commit | 62bd0e0b3fc3039e7745048b838c503a329264e7 (patch) | |
tree | 0dd9a9020a08a2139b19f2de0bd0a01fdf1fad86 /science/paraview | |
parent | 23c5c0c7d811d1e68cb54b423b4b78f34209e5e1 (diff) |
Notes
Diffstat (limited to 'science/paraview')
-rw-r--r-- | science/paraview/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 628b545736ba..ef1c1511a6d6 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview PORTVERSION= 4.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION}-source @@ -28,8 +28,7 @@ LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ libpcre.so:${PORTSDIR}/devel/pcre \ libffi.so:${PORTSDIR}/devel/libffi \ libdrm.so:${PORTSDIR}/graphics/libdrm \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:${PORTSDIR}/math/py-matplotlib @@ -43,7 +42,7 @@ USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm USE_LDCONFIG= yes USE_PYTHON= yes USE_GSTREAMER= yes -USES= cmake:outsource shebangfix gmake +USES= cmake:outsource gmake execinfo shebangfix CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \ -DVTK_USE_SYSTEM_PNG="ON" \ |