Date: Fri, 3 May 2013 09:38:17 +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: r317187 - head/x11/ecore-input Message-ID: <201305030938.r439cHTF091073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305030938.r439cHTF091073>