svn commit: r362345 - head/graphics/opendx
Antoine Brodin
antoine at FreeBSD.org
Sun Jul 20 18:51:19 UTC 2014
Author: antoine
Date: Sun Jul 20 18:51:18 2014
New Revision: 362345
URL: http://svnweb.freebsd.org/changeset/ports/362345
QAT: https://qat.redports.org/buildarchive/r362345/
Log:
Fix LIB_DEPENDS
Modified:
head/graphics/opendx/Makefile
Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile Sun Jul 20 18:50:53 2014 (r362344)
+++ head/graphics/opendx/Makefile Sun Jul 20 18:51:18 2014 (r362345)
@@ -12,8 +12,8 @@ MAINTAINER= stephen at FreeBSD.org
COMMENT= IBM's Open Visualization Data Explorer
LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
- tiff:${PORTSDIR}/graphics/tiff \
- cdf:${PORTSDIR}/science/cdf
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libcdf.so:${PORTSDIR}/science/cdf
USE_XORG= xinerama xext xpm xmu sm ice
USES= bison motif gmake libtool
More information about the svn-ports-all
mailing list