diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore-input/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |