diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:12:36 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:12:36 +0000 |
commit | 15f9e62397e4bfba09f563ad3b9df1e54508a4b2 (patch) | |
tree | c9e2ed25db6dfc48908c5ceb41e6f25baff741a2 /graphics/opendx | |
parent | cd530f3682471f0c31c1db3db71f4b2598c1e067 (diff) | |
download | ports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.tar.gz ports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.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 77098d80f223..a0210b8881d2 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ |