Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 14:05:05 +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: r317318 - head/graphics/ecore-sdl
Message-ID:  <201305041405.r44E55nX096359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 14:05:04 2013
New Revision: 317318
URL: http://svnweb.freebsd.org/changeset/ports/317318

Log:
  Fix build with bmake

Modified:
  head/graphics/ecore-sdl/Makefile

Modified: head/graphics/ecore-sdl/Makefile
==============================================================================
--- head/graphics/ecore-sdl/Makefile	Sat May  4 14:03:36 2013	(r317317)
+++ head/graphics/ecore-sdl/Makefile	Sat May  4 14:05:04 2013	(r317318)
@@ -17,6 +17,9 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 USE_EFL=	ecore libtool_hack
 USE_EFL_ECORE=	input
 USE_SDL=	sdl



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