Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 02:49:02 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339658 - head/graphics/ImageMagick
Message-ID:  <201401140249.s0E2n2jo025011@svn.freebsd.org>

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



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