Date: Fri, 3 May 2013 13:56:55 +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: r317209 - head/sysutils/userspace-rcu Message-ID: <201305031356.r43DutEP082714@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 3 13:56:55 2013 New Revision: 317209 URL: http://svnweb.freebsd.org/changeset/ports/317209 Log: Fix build with bmake as make Modified: head/sysutils/userspace-rcu/Makefile Modified: head/sysutils/userspace-rcu/Makefile ============================================================================== --- head/sysutils/userspace-rcu/Makefile Fri May 3 13:54:58 2013 (r317208) +++ head/sysutils/userspace-rcu/Makefile Fri May 3 13:56:55 2013 (r317209) @@ -18,4 +18,8 @@ GNU_CONFIGURE= yes USES= pathfix USE_LDCONFIG= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031356.r43DutEP082714>