diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 17:38:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 17:38:17 +0800 |
commit | 8c1195ecba1efb444e16c377872d1979dc742c39 (patch) | |
tree | f4cc58797e62050af701ca0c42a2d349164a262f /x11 | |
parent | cff8a43c04783365f768c7716a4c5cabbbcde614 (diff) | |
download | freebsd-ports-gnome-8c1195ecba1efb444e16c377872d1979dc742c39.tar.gz freebsd-ports-gnome-8c1195ecba1efb444e16c377872d1979dc742c39.tar.zst freebsd-ports-gnome-8c1195ecba1efb444e16c377872d1979dc742c39.zip |
Fix build with bmake by using gmake is make is bmake
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} |