diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
commit | 095fbe3e1ac5c36839609020469db604066f1593 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/paraview/Makefile | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) |
Notes
Diffstat (limited to 'science/paraview/Makefile')
-rw-r--r-- | science/paraview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 832343b19ab0..b9d07f4076ef 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION}-source @@ -17,7 +17,7 @@ LICENSE_FILE= ${PATCH_WRKSRC}/License_v1.2.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:${PORTSDIR}/math/py-matplotlib -LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 \ +LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ |