Revision: | 25 |
Committed: | 2008-06-19T16:35:38-07:00 (17 years ago) by douglas |
File size: | 430 byte(s) |
Log Message: | Mono kernel module thing should be only for i386 and amd64 not i386 and arm. |
# | Content |
---|---|
1 | diff -Nrux .svn -x work /usr/ports/sysutils/mono-kmod/Makefile mono-kmod/Makefile |
2 | --- /usr/ports/sysutils/mono-kmod/Makefile 2007-08-03 09:27:31.000000000 -0700 |
3 | +++ mono-kmod/Makefile 2008-06-19 16:32:20.876639335 -0700 |
4 | @@ -13,7 +13,7 @@ |
5 | MAINTAINER= bkoenig@alpha-tierchen.de |
6 | COMMENT= Execute .NET applications from command line |
7 | |
8 | -ONLY_FOR_ARCHS= i386 arm |
9 | +ONLY_FOR_ARCHS= i386 amd64 |
10 | |
11 | USE_BZIP2= yes |
12 | KMODDIR?= /boot/modules |