aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 17:38:17 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 17:38:17 +0800
commit0794ba86c184a87766b3ea4457273913f35022c5 (patch)
treef4cc58797e62050af701ca0c42a2d349164a262f /x11
parent02fcbc3a9302ceebc2f605945d810c6b8bbb1a24 (diff)
downloadfreebsd-ports-gnome-0794ba86c184a87766b3ea4457273913f35022c5.tar.gz
freebsd-ports-gnome-0794ba86c184a87766b3ea4457273913f35022c5.tar.zst
freebsd-ports-gnome-0794ba86c184a87766b3ea4457273913f35022c5.zip
Fix build with bmake by using gmake is make is bmake
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-input/Makefile3
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}