svn commit: r326182 - head/graphics/ImageMagick

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:13:28 UTC 2013


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


More information about the svn-ports-all mailing list