mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/syslinux: remove artificial architecture limitation
Added with a dubious reason in r423370 (89d3f87471
).
This program can be used in stand-alone environments to populate bootable
media, e.g. as dependency of `sysutils/unetbootin' port, and GNU/Linux is
certainly available on far more architectures than could be listed here.
This commit is contained in:
parent
3bac6aad31
commit
f5d854dfc3
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= nasm:devel/nasm
|
||||
RUN_DEPENDS= mtools:emulators/mtools
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
|
||||
ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH}
|
||||
|
||||
USES= perl5 gmake tar:xz
|
||||
USE_PERL5= build
|
||||
MAKE_ARGS= CC="${CC}"
|
||||
|
|
Loading…
Add table
Reference in a new issue