Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 02:25:47 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313180 - head/graphics/enblend
Message-ID:  <201303020225.r222PlZX092646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Sat Mar  2 02:25:47 2013
New Revision: 313180
URL: http://svnweb.freebsd.org/changeset/ports/313180

Log:
  Replace dependency on graphics/lcms with graphics/lcms2
  
  Submitted by: Wolfgang Riegler
  Tested by: grog@

Modified:
  head/graphics/enblend/Makefile

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Sat Mar  2 02:15:03 2013	(r313179)
+++ head/graphics/enblend/Makefile	Sat Mar  2 02:25:47 2013	(r313180)
@@ -15,7 +15,7 @@ COMMENT=	A tool for image blending with 
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \
 		OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		lcms:${PORTSDIR}/graphics/lcms \
+		lcms2:${PORTSDIR}/graphics/lcms2 \
 		xmi:${PORTSDIR}/graphics/plotutils \
 		tiff:${PORTSDIR}/graphics/tiff \
 		boost_filesystem:${PORTSDIR}/devel/boost-libs \



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