ONLY_FOR_ARCHS is already part of the mono MODULE.

This commit is contained in:
ajacoutot 2010-07-05 06:16:58 +00:00
parent f0627254a7
commit 038dca8ad6
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2010/06/28 18:15:24 robert Exp $
# sync with net/avahi,-mono
ONLY_FOR_ARCHS= amd64 i386 powerpc # arm
# $OpenBSD: Makefile,v 1.45 2010/07/05 06:16:58 ajacoutot Exp $
COMMENT= cross platform, open source .NET developement framework

View File

@ -1,6 +1,6 @@
# $OpenBSD: mono.port.mk,v 1.11 2010/05/15 09:37:48 ajacoutot Exp $
# $OpenBSD: mono.port.mk,v 1.12 2010/07/05 06:16:58 ajacoutot Exp $
ONLY_FOR_ARCHS?= i386 amd64 powerpc
ONLY_FOR_ARCHS?= i386 amd64 powerpc # XXX arm
CATEGORIES+= lang/mono