svn commit: r317318 - head/graphics/ecore-sdl

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 14:05:05 UTC 2013


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


More information about the svn-ports-head mailing list