diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:10:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:10:11 +0000 |
commit | 6b95894f5808cd1785a5f14f06925284fa072399 (patch) | |
tree | 40aa59238b68fb64bceda156ee9ced3ef1a55a82 /Mk | |
parent | 2a4457785f2a3cb06d8c2207fe5287803721c680 (diff) | |
download | ports-6b95894f5808cd1785a5f14f06925284fa072399.tar.gz ports-6b95894f5808cd1785a5f14f06925284fa072399.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/mono.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/mono.mk b/Mk/Uses/mono.mk index fad2245778ca..61e3714abd47 100644 --- a/Mk/Uses/mono.mk +++ b/Mk/Uses/mono.mk @@ -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 |