svn commit: r322033 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 29 09:16:30 UTC 2013


Author: bapt
Date: Sat Jun 29 09:16:29 2013
New Revision: 322033
URL: http://svnweb.freebsd.org/changeset/ports/322033

Log:
  Readd the YACC command definition removed by mistake

Modified:
  head/Mk/bsd.commands.mk

Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk	Sat Jun 29 09:01:57 2013	(r322032)
+++ head/Mk/bsd.commands.mk	Sat Jun 29 09:16:29 2013	(r322033)
@@ -98,6 +98,7 @@ UNZIP_CMD?=	${LOCALBASE}/bin/unzip
 WHICH?=		/usr/bin/which
 XARGS?=		/usr/bin/xargs
 XMKMF?=		${LOCALBASE}/bin/xmkmf -a
+YACC?=		/usr/bin/yacc
 
 XZ?=	-Mmax
 .if exists(/usr/bin/xz)


More information about the svn-ports-all mailing list