Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 13:10:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355329 - head/Mk/Uses
Message-ID:  <201405261310.s4QDABfj005579@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261310.s4QDABfj005579>