svn commit: r317334 - head/misc/xsw

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 19:33:21 UTC 2013


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 \


More information about the svn-ports-head mailing list