svn commit: r313180 - head/graphics/enblend

Edwin Groothuis edwin at FreeBSD.org
Sat Mar 2 02:25:47 UTC 2013


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 \


More information about the svn-ports-all mailing list