- Add ONLY_FOR_ARCHS=i386 (the bootloader was written in x86 assembly).
This commit is contained in:
parent
f97958b048
commit
75e99ca888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167157
1 changed files with 4 additions and 3 deletions
|
@ -15,13 +15,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
|||
MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= Graphical Boot Manager
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
# security/gag
|
||||
CONFLICTS= gag-2*
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
# Data
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
|
Loading…
Reference in a new issue