diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
commit | e62864a49bdd57829aee2485549d3ad5ebe6d370 (patch) | |
tree | 5c291c9ab4d698e1a567e92f63b7d6a752938fe1 /graphics/opendx | |
parent | 999aa2d0da80d3e35f1a43a318a582327a366d40 (diff) | |
download | ports-e62864a49bdd57829aee2485549d3ad5ebe6d370.tar.gz ports-e62864a49bdd57829aee2485549d3ad5ebe6d370.zip |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 1736a1d2060b..993fbed171f4 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ |