svn commit: r329273 - head/graphics/ImageMagick

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 09:32:55 UTC 2013


Author: bapt
Date: Fri Oct  4 09:32:54 2013
New Revision: 329273
URL: http://svnweb.freebsd.org/changeset/ports/329273

Log:
  Readd the PKGNAMESUFFIX it was used by a slave port

Modified:
  head/graphics/ImageMagick/Makefile

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Fri Oct  4 09:30:19 2013	(r329272)
+++ head/graphics/ImageMagick/Makefile	Fri Oct  4 09:32:54 2013	(r329273)
@@ -353,6 +353,7 @@ USE_GHOSTSCRIPT=	yes
 CONFIGURE_ARGS+=	--without-x
 CONFLICTS+=		ImageMagick-6*
 PLIST_SUB+=		X11='@comment '
+PKGNAMESUFFIX=		-nox11
 .else
 CONFLICTS+=		ImageMagick-nox11-6*
 CONFLICTS+=		display-[0-9]*


More information about the svn-ports-head mailing list