svn commit: r362766 - head/graphics/ImageMagick
Antoine Brodin
antoine at FreeBSD.org
Thu Jul 24 05:54:51 UTC 2014
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
More information about the svn-ports-all
mailing list