svn commit: r317357 - head/games/kobodeluxe
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 21:29:54 UTC 2013
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}
More information about the svn-ports-all
mailing list