diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 17:41:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 17:41:29 +0800 |
commit | 37c72c61841f3be8cf9a3ef7ef7abcd599dd666f (patch) | |
tree | 5b12e29e7c0e05b703a4186af64191fdfbd3b95a /x11 | |
parent | 8c1195ecba1efb444e16c377872d1979dc742c39 (diff) | |
download | freebsd-ports-gnome-37c72c61841f3be8cf9a3ef7ef7abcd599dd666f.tar.gz freebsd-ports-gnome-37c72c61841f3be8cf9a3ef7ef7abcd599dd666f.tar.zst freebsd-ports-gnome-37c72c61841f3be8cf9a3ef7ef7abcd599dd666f.zip |
Fix build with bmake by using gmake is make is bmake
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore-imf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile index 8aa630237491..2d53418bd5b6 100644 --- a/x11/ecore-imf/Makefile +++ b/x11/ecore-imf/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_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} |