diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
commit | 17a043ebcdd6316843b85d6bccef676314db0b05 (patch) | |
tree | 8750231324508086cb75cdcadc02339d878c0c5d /x11/ecore-input_evas | |
parent | 41f553bf27d80a550bc4bd11a9b9d9b3c51520d1 (diff) | |
download | ports-17a043ebcdd6316843b85d6bccef676314db0b05.tar.gz ports-17a043ebcdd6316843b85d6bccef676314db0b05.zip |
Notes
Diffstat (limited to 'x11/ecore-input_evas')
-rw-r--r-- | x11/ecore-input_evas/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile index b3b0dc78dcbe..125f7357892f 100644 --- a/x11/ecore-input_evas/Makefile +++ b/x11/ecore-input_evas/Makefile @@ -20,6 +20,9 @@ GNU_CONFIGURE= yes USE_EFL= ecore evas libtool_hack USE_EFL_ECORE= input USES= pkgconfig +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} |