Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 09:53:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317189 - in head/graphics: evas-engine-buffer evas-loader-jpeg
Message-ID:  <201305030953.r439rtc4097087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 09:53:54 2013
New Revision: 317189
URL: http://svnweb.freebsd.org/changeset/ports/317189

Log:
  Fix build with bmake by using gmake if make is bmake

Modified:
  head/graphics/evas-engine-buffer/Makefile
  head/graphics/evas-loader-jpeg/Makefile

Modified: head/graphics/evas-engine-buffer/Makefile
==============================================================================
--- head/graphics/evas-engine-buffer/Makefile	Fri May  3 09:41:29 2013	(r317188)
+++ head/graphics/evas-engine-buffer/Makefile	Fri May  3 09:53:54 2013	(r317189)
@@ -20,6 +20,9 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/modules/engines/buffer

Modified: head/graphics/evas-loader-jpeg/Makefile
==============================================================================
--- head/graphics/evas-loader-jpeg/Makefile	Fri May  3 09:41:29 2013	(r317188)
+++ head/graphics/evas-loader-jpeg/Makefile	Fri May  3 09:53:54 2013	(r317189)
@@ -21,6 +21,9 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 



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