summaryrefslogtreecommitdiff
path: root/sysutils/syslinux
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-24 05:50:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-24 05:50:15 +0000
commitf5d854dfc38c91b17fb2389c10264b5148f72d17 (patch)
treedd6f157cd4d8d9d2c498e257960e731ece5d5f86 /sysutils/syslinux
parentmath/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/Makefile3
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}"