Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 430 byte(s) |
Log Message: | Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 25 | 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 |