diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
commit | 6b1c2ea085bf1951e41257ab201fd078b375e85b (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /graphics/opendx | |
parent | java/eclipse-cdt: Allow it to build with java > 1.6 (diff) |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes
Notes:
svn path=/head/; revision=372250
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 7f2b17061a0c..940730c94554 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcdf.so:${PORTSDIR}/science/cdf |