Date: Thu, 24 Jul 2014 08:46:41 +0200 From: Koop Mast <kwm@rainbow-runner.nl> To: Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r362766 - head/graphics/ImageMagick Message-ID: <53D0ABD1.8080402@rainbow-runner.nl> In-Reply-To: <201407240554.s6O5soQ5029516@svn.freebsd.org> References: <201407240554.s6O5soQ5029516@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24-7-2014 7:54, Antoine Brodin wrote: > Author: antoine > Date: Thu Jul 24 05:54:50 2014 > New Revision: 362766 > URL: http://svnweb.freebsd.org/changeset/ports/362766 > QAT: https://qat.redports.org/buildarchive/r362766/ > > Log: > Fix another (harmless) bug in OPTIONS conversion > > Modified: > head/graphics/ImageMagick/Makefile > > Modified: head/graphics/ImageMagick/Makefile > ============================================================================== > --- head/graphics/ImageMagick/Makefile Thu Jul 24 05:50:19 2014 (r362765) > +++ head/graphics/ImageMagick/Makefile Thu Jul 24 05:54:50 2014 (r362766) > @@ -388,7 +388,7 @@ pre-configure: > @${ECHO_CMD} '###################################################################' > .endif > > -.if ${PORT_OPTIONS:MSVG} && ${PORT_OPTIONS:NX11} > +.if ${PORT_OPTIONS:MSVG} && ! ${PORT_OPTIONS:NX11} > @${ECHO_CMD} NOTICE: SVG format support disabled, requires X11 > .endif > > Actually I used N here instead of M, so it should work. Thanks for fixing the other one though.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53D0ABD1.8080402>