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