Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 17:45:39 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330155 - head/graphics/evas-loader-pmaps
Message-ID:  <201310121745.r9CHjdO8057884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Oct 12 17:45:38 2013
New Revision: 330155
URL: http://svnweb.freebsd.org/changeset/ports/330155

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Support staging

Modified:
  head/graphics/evas-loader-pmaps/Makefile

Modified: head/graphics/evas-loader-pmaps/Makefile
==============================================================================
--- head/graphics/evas-loader-pmaps/Makefile	Sat Oct 12 17:43:55 2013	(r330154)
+++ head/graphics/evas-loader-pmaps/Makefile	Sat Oct 12 17:45:38 2013	(r330155)
@@ -17,14 +17,12 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/pmaps
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-pmaps
 



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