svn commit: r351032 - head/graphics/gegl

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 18:57:02 UTC 2014


Author: bapt
Date: Fri Apr 11 18:57:02 2014
New Revision: 351032
URL: http://svnweb.freebsd.org/changeset/ports/351032
QAT: https://qat.redports.org/buildarchive/r351032/

Log:
  Fix typo
  
  Reported by:	swills

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Fri Apr 11 18:56:16 2014	(r351031)
+++ head/graphics/gegl/Makefile	Fri Apr 11 18:57:02 2014	(r351032)
@@ -124,7 +124,7 @@ PLIST_SUB+=	OPENEXR="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MOPENRAW}
-LIB_DEPENDS+=	liblibopenraw.so.so:${PORTSDIR}/graphics/libopenraw
+LIB_DEPENDS+=	libopenraw.so:${PORTSDIR}/graphics/libopenraw
 PLIST_SUB+=	OPENRAW=""
 .else
 CONFIGURE_ARGS+=--without-libopenraw


More information about the svn-ports-all mailing list