svn commit: r339658 - head/graphics/ImageMagick

Matthias Andree mandree at FreeBSD.org
Tue Jan 14 02:49:03 UTC 2014


Author: mandree
Date: Tue Jan 14 02:49:02 2014
New Revision: 339658
URL: http://svnweb.freebsd.org/changeset/ports/339658

Log:
  USE_GMAKE -> USES=gmake.
  
  Approved by:	portmgr@ (implicit, blanket)

Modified:
  head/graphics/ImageMagick/Makefile

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Tue Jan 14 02:40:02 2014	(r339657)
+++ head/graphics/ImageMagick/Makefile	Tue Jan 14 02:49:02 2014	(r339658)
@@ -33,7 +33,7 @@ COMMENT=	Image processing tools
 
 LICENSE=	APACHE20
 
-USES=		pkgconfig:both pathfix perl5
+USES=		gmake pkgconfig:both pathfix perl5
 USE_XZ=		yes
 USE_PERL5=	run build patch
 WANT_GNOME=	yes
@@ -43,7 +43,6 @@ NO_STAGE=	yes
 #USE_AUTOTOOLS+=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --without-dps --without-lcms
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 MAN1=		ImageMagick.1 Magick++-config.1 Magick-config.1 Wand-config.1 \


More information about the svn-ports-all mailing list