Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 18:51:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362345 - head/graphics/opendx
Message-ID:  <201407201851.s6KIpIxr007543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407201851.s6KIpIxr007543>