diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-10-24 05:50:06 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-10-24 05:50:15 +0000 |
| commit | f5d854dfc38c91b17fb2389c10264b5148f72d17 (patch) | |
| tree | dd6f157cd4d8d9d2c498e257960e731ece5d5f86 /sysutils/syslinux | |
| parent | math/R-cran-deldir: Update to 1.0-6 (diff) | |
sysutils/syslinux: remove artificial architecture limitation
Added with a dubious reason in r423370 (89d3f87471f0c).
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.
Diffstat (limited to 'sysutils/syslinux')
| -rw-r--r-- | sysutils/syslinux/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 6869982533be..d885a8061e8a 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -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}" |
