Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 09:41:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317188 - head/x11/ecore-imf
Message-ID:  <201305030941.r439fUkR093278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 09:41:29 2013
New Revision: 317188
URL: http://svnweb.freebsd.org/changeset/ports/317188

Log:
  Fix build with bmake by using gmake is make is bmake

Modified:
  head/x11/ecore-imf/Makefile

Modified: head/x11/ecore-imf/Makefile
==============================================================================
--- head/x11/ecore-imf/Makefile	Fri May  3 09:38:17 2013	(r317187)
+++ head/x11/ecore-imf/Makefile	Fri May  3 09:41:29 2013	(r317188)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305030941.r439fUkR093278>