diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-02 03:32:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-02 03:32:13 +0800 |
commit | 77f5045193c1a688866b1bd9cc73a100f95e5063 (patch) | |
tree | 4c0b98078a2b0bacd0d752c11818510368828747 /science | |
parent | d8fbf60f45a195e7e9f4bb53948fc772534ba29c (diff) | |
download | freebsd-ports-gnome-77f5045193c1a688866b1bd9cc73a100f95e5063.tar.gz freebsd-ports-gnome-77f5045193c1a688866b1bd9cc73a100f95e5063.tar.zst freebsd-ports-gnome-77f5045193c1a688866b1bd9cc73a100f95e5063.zip |
Add dependency on libexecinfo.
Untested because paraview takes hours and hours to build, but it's
currently failing on all platforms.
Diffstat (limited to 'science')
-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 1d7f2c42675e..628b545736ba 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 |