Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 09:32:55 +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: r329273 - head/graphics/ImageMagick
Message-ID:  <201310040932.r949Wt7e022320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310040932.r949Wt7e022320>