1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Restrict to arm* and x86 per code in include/Zycore/Defines.h.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-07-21 18:12:41 +00:00
parent 8e95c5a761
commit 990a2d2266
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542771

View File

@ -11,6 +11,9 @@ COMMENT= Fast and lightweight x86/x86-64 disassembler library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
ONLY_FOR_ARCHS_REASON= see definitions in include/Zycore/Defines.h
USES= cmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= zyantific