svn commit: r317191 - head/net/ecore-con

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 10:07:45 UTC 2013


Author: bapt
Date: Fri May  3 10:07:44 2013
New Revision: 317191
URL: http://svnweb.freebsd.org/changeset/ports/317191

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

Modified:
  head/net/ecore-con/Makefile

Modified: head/net/ecore-con/Makefile
==============================================================================
--- head/net/ecore-con/Makefile	Fri May  3 09:58:18 2013	(r317190)
+++ head/net/ecore-con/Makefile	Fri May  3 10:07:44 2013	(r317191)
@@ -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_con
 INSTALL_WRKSRC=	${BUILD_WRKSRC}


More information about the svn-ports-all mailing list