aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-02 03:53:11 +0800
committermarino <marino@FreeBSD.org>2014-09-02 03:53:11 +0800
commitd190580774203314cb5d5a7b4f94dbd6acc421ab (patch)
tree0dd9a9020a08a2139b19f2de0bd0a01fdf1fad86 /science
parent363efd83118f22bc8713a8d27ccd8cdf5452fe1e (diff)
downloadfreebsd-ports-gnome-d190580774203314cb5d5a7b4f94dbd6acc421ab.tar.gz
freebsd-ports-gnome-d190580774203314cb5d5a7b4f94dbd6acc421ab.tar.zst
freebsd-ports-gnome-d190580774203314cb5d5a7b4f94dbd6acc421ab.zip
science/paraview: alternative fix with USES+= execinfo instead
Also bump this port as the LIB_DEPENDS has changed confirmed by: adamw
Diffstat (limited to 'science')
-rw-r--r--science/paraview/Makefile7
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" \