diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 17:28:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-07 17:28:56 +0000 |
commit | fd162f1a10e8005da00de93cbb3446534c74de3c (patch) | |
tree | 857547938c1c9be882f1283d5e434fbd1508fb62 /science | |
parent | d9f046c46b194318a86ddcab0fb1d7ba0c65674d (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index e20eb7b18300..4acf98e39412 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -32,9 +32,10 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR} -USES= alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 shebangfix +USES= alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 \ + shebangfix xorg USE_QT= core gui help network sql widgets x11extras xmlpatterns \ - buildtools_build qmake_build xorg + buildtools_build qmake_build USE_GL= gl glu USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto USE_LDCONFIG= yes |