svn commit: r317350 - head/x11/wmappl

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:10:24 UTC 2013


Author: bapt
Date: Sat May  4 21:10:23 2013
New Revision: 317350
URL: http://svnweb.freebsd.org/changeset/ports/317350

Log:
  Fix build with bmake

Modified:
  head/x11/wmappl/Makefile

Modified: head/x11/wmappl/Makefile
==============================================================================
--- head/x11/wmappl/Makefile	Sat May  4 21:09:19 2013	(r317349)
+++ head/x11/wmappl/Makefile	Sat May  4 21:10:23 2013	(r317350)
@@ -16,6 +16,10 @@ GNU_CONFIGURE=	yes
 USE_XORG=	xpm x11 xext sm ice
 MAKE_ENV=	DATADIR="${DATADIR}"
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 MAN1=	wmappl.1
 MAN5=	wmapplrc.5
 


More information about the svn-ports-all mailing list