diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-03-18 16:17:00 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-03-18 16:17:00 +0000 |
commit | 4610a797a82ff1a49b86c382b13697db23bb7cbf (patch) | |
tree | 4e7378204c8c4137af0c3ba690fa00f4d8b9c0e1 /sysutils/grub2-efi | |
parent | b9261c015467726094ee513044dcddff959da34d (diff) |
Notes
Diffstat (limited to 'sysutils/grub2-efi')
-rw-r--r-- | sysutils/grub2-efi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/grub2-efi/Makefile b/sysutils/grub2-efi/Makefile index 754cf188a39c..5d2ea5f7ed39 100644 --- a/sysutils/grub2-efi/Makefile +++ b/sysutils/grub2-efi/Makefile @@ -26,10 +26,13 @@ USE_GCC= yes USE_AUTOTOOLS= automake aclocal autoconf ACLOCAL_ARGS= -Im4 GNU_CONFIGURE= yes -USES= bison gettext gmake python tar:xz +USES= bison cpe gettext gmake python tar:xz ONLY_FOR_ARCHS= amd64 MAKE_JOBS_UNSAFE= yes +CPE_PRODUCT= grub +CPE_VENDOR= gnu + CONFIGURE_ARGS= --with-platform=efi --disable-werror --localedir=${PREFIX}/share/locale CONFIGURE_ENV= CPP="${CC} -E" \ LEX=${LOCALBASE}/bin/flex |