diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 08:51:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 08:51:58 +0800 |
commit | 3c01353f680bb80042fa8714e1dd46606df69c83 (patch) | |
tree | c339f47ceacde0808c2267e65d01a179aca1c193 /sysutils/mono-kmod | |
parent | 94ca952292bd431553ceaab15a765f63553a80d6 (diff) | |
download | freebsd-ports-gnome-3c01353f680bb80042fa8714e1dd46606df69c83.tar.gz freebsd-ports-gnome-3c01353f680bb80042fa8714e1dd46606df69c83.tar.zst freebsd-ports-gnome-3c01353f680bb80042fa8714e1dd46606df69c83.zip |
- Allow to build on amd64
PR: 124772
Submitted by: Douglas William Thrift <douglas@zweihander.ccs.ucsb.edu>
Approved by: maintainer
Diffstat (limited to 'sysutils/mono-kmod')
-rw-r--r-- | sysutils/mono-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 800e271febb1..1be599837501 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.alpha-tierchen.de/pub/FreeBSD/ports/distfiles/ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Execute .NET applications from command line -ONLY_FOR_ARCHS= i386 arm +ONLY_FOR_ARCHS= i386 amd64 arm USE_BZIP2= yes KMODDIR?= /boot/modules |