summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-03-05 01:42:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-03-05 01:42:44 +0000
commit819e045b262c2c1d7c1f4c723bc6d3bb83214ffa (patch)
treeb73032df244624c47be8a02cde1118a3ad6fa9e2
parentUpdate dnsmasq-devel to 2.81rc1. (diff)
Mark as only for architectures that are supported (see pyvex_c/pyvex.c
line 170). OK, it also supports 390x, but we don't. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=527802
-rw-r--r--security/py-pyvex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-pyvex/Makefile b/security/py-pyvex/Makefile
index f5c6ea707f0b..33350d30f531 100644
--- a/security/py-pyvex/Makefile
+++ b/security/py-pyvex/Makefile
@@ -15,6 +15,9 @@ LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE
LICENSE_FILE_GPLv2+ = ${WRKSRC}/vex/LICENSE.GPL
LICENSE_FILE_GPLv3= ${WRKSRC}/pyvex_c/LICENSE
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS_REASON= pyvex_c/pyvex.c does not support this architecture (see line 170)
+
BUILD_DEPENDS= ${_MY_DEPENDS}
RUN_DEPENDS= ${_MY_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}archinfo>0:devel/py-archinfo@${PY_FLAVOR} \