svn commit: r423370 - head/sysutils/syslinux

Mark Linimon linimon at FreeBSD.org
Wed Oct 5 18:50:47 UTC 2016


Author: linimon
Date: Wed Oct  5 18:50:45 2016
New Revision: 423370
URL: https://svnweb.freebsd.org/changeset/ports/423370

Log:
  Mark as only for architectures that syslinux is relevant for.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/syslinux/Makefile

Modified: head/sysutils/syslinux/Makefile
==============================================================================
--- head/sysutils/syslinux/Makefile	Wed Oct  5 18:50:00 2016	(r423369)
+++ head/sysutils/syslinux/Makefile	Wed Oct  5 18:50:45 2016	(r423370)
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	nasm:devel/nasm
 RUN_DEPENDS=	mtools:emulators/mtools
 
+ONLY_FOR_ARCHS=		amd64 arm64 armv6 i386
+ONLY_FOR_ARCHS_REASON=	linux is not available for ${ARCH}
+
 USES=		perl5 gmake tar:xz
 USE_PERL5=	build
 MAKE_ARGS=	CC="${CC}"


More information about the svn-ports-all mailing list