diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 22:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 22:05:04 +0800 |
commit | 63751c91fac7782b3c73e5f6ce68292d48b52dc4 (patch) | |
tree | 3edf71a1a2b81559743098a1704499ecbe189f8d /graphics | |
parent | a213c049bacb980ba5db09928b41f3ca1117656d (diff) | |
download | freebsd-ports-gnome-63751c91fac7782b3c73e5f6ce68292d48b52dc4.tar.gz freebsd-ports-gnome-63751c91fac7782b3c73e5f6ce68292d48b52dc4.tar.zst freebsd-ports-gnome-63751c91fac7782b3c73e5f6ce68292d48b52dc4.zip |
Fix build with bmake
Diffstat (limited to 'graphics')
-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 |