svn commit: r317187 - head/x11/ecore-input

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 09:38:17 UTC 2013


Author: bapt
Date: Fri May  3 09:38:17 2013
New Revision: 317187
URL: http://svnweb.freebsd.org/changeset/ports/317187

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

Modified:
  head/x11/ecore-input/Makefile

Modified: head/x11/ecore-input/Makefile
==============================================================================
--- head/x11/ecore-input/Makefile	Fri May  3 09:36:05 2013	(r317186)
+++ head/x11/ecore-input/Makefile	Fri May  3 09:38:17 2013	(r317187)
@@ -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}


More information about the svn-ports-all mailing list