svn commit: r362764 - head/graphics/ImageMagick
Antoine Brodin
antoine at FreeBSD.org
Thu Jul 24 05:44:54 UTC 2014
Author: antoine
Date: Thu Jul 24 05:44:53 2014
New Revision: 362764
URL: http://svnweb.freebsd.org/changeset/ports/362764
QAT: https://qat.redports.org/buildarchive/r362764/
Log:
Fix bug in OPTIONS conversion
Modified:
head/graphics/ImageMagick/Makefile
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Thu Jul 24 05:19:40 2014 (r362763)
+++ head/graphics/ImageMagick/Makefile Thu Jul 24 05:44:53 2014 (r362764)
@@ -358,7 +358,7 @@ PLIST_SUB+= PANGO="@comment "
USE_GHOSTSCRIPT= yes
.endif
-.if ${PORT_OPTIONS:MX11}
+.if ! ${PORT_OPTIONS:MX11}
CONFIGURE_ARGS+= --without-x
CONFLICTS+= ImageMagick-6*
PLIST_SUB+= X11='@comment '
More information about the svn-ports-head
mailing list