diff options
Diffstat (limited to 'science/paraview/Makefile')
-rw-r--r-- | science/paraview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 1d7f2c42675..628b545736b 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -28,7 +28,8 @@ 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 + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:${PORTSDIR}/math/py-matplotlib |