svn commit: r334363 - head/Mk/Uses

Rene Ladan rene at FreeBSD.org
Tue Nov 19 23:24:20 UTC 2013


Author: rene
Date: Tue Nov 19 23:24:20 2013
New Revision: 334363
URL: http://svnweb.freebsd.org/changeset/ports/334363

Log:
  Fix a typo (specifed -> specified)
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/Uses/bison.mk

Modified: head/Mk/Uses/bison.mk
==============================================================================
--- head/Mk/Uses/bison.mk	Tue Nov 19 23:11:40 2013	(r334362)
+++ head/Mk/Uses/bison.mk	Tue Nov 19 23:24:20 2013	(r334363)
@@ -26,7 +26,7 @@ RUN_DEPENDS+=	${_BISON_DEPENDS}
 BUILD_DEPENDS+=	${_BISON_DEPENDS}
 RUN_DEPENDS+=	${_BISON_DEPENDS}
 .else
-IGNORE=	USES=bison - invalid args: [${bison_ARGS}] specifed
+IGNORE=	USES=bison - invalid args: [${bison_ARGS}] specified
 .endif
 
 .endif


More information about the svn-ports-head mailing list