Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:29:54 +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: r317357 - head/games/kobodeluxe
Message-ID:  <201305042129.r44LTsOG053181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:29:53 2013
New Revision: 317357
URL: http://svnweb.freebsd.org/changeset/ports/317357

Log:
  Fix build with bmake

Modified:
  head/games/kobodeluxe/Makefile

Modified: head/games/kobodeluxe/Makefile
==============================================================================
--- head/games/kobodeluxe/Makefile	Sat May  4 21:28:57 2013	(r317356)
+++ head/games/kobodeluxe/Makefile	Sat May  4 21:29:53 2013	(r317357)
@@ -18,6 +18,10 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sharedstatedir=${SCOREDIR} --enable-oss
 MAKE_JOBS_SAFE=	yes
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 MAN6=		kobodl.6
 
 SCOREDIR=	/var/games/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042129.r44LTsOG053181>