diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 14:05:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 14:05:04 +0000 |
commit | 9beef4e44c4464c694efaae08321100b39fbceb3 (patch) | |
tree | 3edf71a1a2b81559743098a1704499ecbe189f8d | |
parent | Fix build with bmake (diff) |
Fix build with bmake
Notes
Notes:
svn path=/head/; revision=317318
-rw-r--r-- | graphics/ecore-sdl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index 2543a0fefb0f..196deb797f57 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -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 |