Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:13:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326182 - head/graphics/ImageMagick
Message-ID:  <201309031713.r83HDRFI078981@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 17:13:27 2013
New Revision: 326182
URL: http://svnweb.freebsd.org/changeset/ports/326182

Log:
  Magick-config and friends run depend on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/ImageMagick/Makefile

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Tue Sep  3 17:12:06 2013	(r326181)
+++ head/graphics/ImageMagick/Makefile	Tue Sep  3 17:13:27 2013	(r326182)
@@ -32,7 +32,7 @@ COMMENT=	Image processing tools
 
 LICENSE=	AL2
 
-USES=		pkgconfig pathfix perl5
+USES=		pkgconfig:both pathfix perl5
 USE_XZ=		yes
 USE_PERL5=	run build patch
 WANT_GNOME=	yes



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