Date: Sat, 4 May 2013 19:33:20 +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: r317334 - head/misc/xsw Message-ID: <201305041933.r44JXK7l012478@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 4 19:33:20 2013 New Revision: 317334 URL: http://svnweb.freebsd.org/changeset/ports/317334 Log: Fix build with bmake Modified: head/misc/xsw/Makefile Modified: head/misc/xsw/Makefile ============================================================================== --- head/misc/xsw/Makefile Sat May 4 19:16:36 2013 (r317333) +++ head/misc/xsw/Makefile Sat May 4 19:33:20 2013 (r317334) @@ -27,6 +27,10 @@ MAN1= xsw.1 \ MANCOMPRESSED= no .endif +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + DOCS= AUTHORS \ COPYING \ NEWS \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305041933.r44JXK7l012478>