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:
Alexey Dokuchaev 2021-10-24 05:50:06 +00:00
parent 3bac6aad31
commit f5d854dfc3

View file

@ -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}"