diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2010-07-05 14:22:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2010-07-05 14:22:08 +0000 |
commit | 4ffe6b62fe895cdef606e9f4e29fb8e1a31ddf4f (patch) | |
tree | 671a347d363d8749ee619357b0899bbdf689689e /sysutils/grub2 | |
parent | 04ca1dd1b75a93a792a5dff023458748498a8565 (diff) | |
download | ports-4ffe6b62fe895cdef606e9f4e29fb8e1a31ddf4f.tar.gz ports-4ffe6b62fe895cdef606e9f4e29fb8e1a31ddf4f.zip |
- Add amd64 as an allowed arch.
Submitted by: ehaupt
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257404
Diffstat (limited to 'sysutils/grub2')
-rw-r--r-- | sysutils/grub2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 2020b44ac54c..1937bad2f2c7 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= build USE_GETTEXT= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 INFO= grub |