svn commit: r355329 - head/Mk/Uses

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:10:11 UTC 2014


Author: bapt
Date: Mon May 26 13:10:11 2014
New Revision: 355329
URL: http://svnweb.freebsd.org/changeset/ports/355329
QAT: https://qat.redports.org/buildarchive/r355329/

Log:
  Fix typos
  
  Submitted by:	sunpoet

Modified:
  head/Mk/Uses/mono.mk

Modified: head/Mk/Uses/mono.mk
==============================================================================
--- head/Mk/Uses/mono.mk	Mon May 26 13:09:06 2014	(r355328)
+++ head/Mk/Uses/mono.mk	Mon May 26 13:10:11 2014	(r355329)
@@ -10,8 +10,8 @@
 .if !defined(_INCLUDE_USES_MONO_MK)
 _INCLUDE_USES_MONO_MK=	yes
 
-.if defined(objc_ARGS)
-IGNORE=	USES=objc takes no arguments
+.if defined(mon_ARGS)
+IGNORE=	USES=mono takes no arguments
 .endif
 
 # Set the location of the .wapi directory so we write to a location we


More information about the svn-ports-all mailing list