svn commit: r368652 - head/graphics/oyranos

Boris Samorodov bsam at FreeBSD.org
Sat Sep 20 15:37:47 UTC 2014


Author: bsam
Date: Sat Sep 20 15:37:46 2014
New Revision: 368652
URL: http://svnweb.freebsd.org/changeset/ports/368652
QAT: https://qat.redports.org/buildarchive/r368652/

Log:
  graphics/oyranos: remove a no-op LIB_DEPENDS (libxml2)
  
  The dependency is already stated by USE_GNOME=libxml2

Modified:
  head/graphics/oyranos/Makefile

Modified: head/graphics/oyranos/Makefile
==============================================================================
--- head/graphics/oyranos/Makefile	Sat Sep 20 15:34:28 2014	(r368651)
+++ head/graphics/oyranos/Makefile	Sat Sep 20 15:37:46 2014	(r368652)
@@ -13,7 +13,6 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:
 RUN_DEPENDS=	${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:${PORTSDIR}/graphics/icc-profiles-openicc \
 		${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:${PORTSDIR}/graphics/icc-profiles-basiccolor
 LIB_DEPENDS=	libraw.so:${PORTSDIR}/graphics/libraw \
-		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libcairo.so:${PORTSDIR}/graphics/cairo \


More information about the svn-ports-head mailing list