Date: Fri, 11 Apr 2014 18:57:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351032 - head/graphics/gegl Message-ID: <201404111857.s3BIv2mN092755@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111857.s3BIv2mN092755>