diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-13 14:14:18 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-12-13 14:14:18 +0000 |
commit | b651804e0d34e2690ec58e2ddf2832b11ed32e52 (patch) | |
tree | 14eb4b7d11240425499cc5cbcb694b0f1d502440 /graphics/opendx | |
parent | a3bbd50254a94167ef2139fda346873edeef76b5 (diff) |
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 932a3b90f5eb..24f93e587f1f 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff \ cdf.0:${PORTSDIR}/science/cdf |