From 0794ba86c184a87766b3ea4457273913f35022c5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 3 May 2013 09:38:17 +0000 Subject: Fix build with bmake by using gmake is make is bmake --- x11/ecore-input/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11') diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile index b458e1ce9a44..51d866c9b5e5 100644 --- a/x11/ecore-input/Makefile +++ b/x11/ecore-input/Makefile @@ -19,6 +19,9 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= ecore libtool_hack USES= pkgconfig +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input INSTALL_WRKSRC= ${BUILD_WRKSRC} -- cgit