aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:46:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:49:13 +0000
commitb6c438c1302fb954c8681c6d34ec2c8c74f111e8 (patch)
tree4faeb62c133c58926978ce2213bf768c9667ee30 /news
parent522d39ae76a1d17440e529c80065250cedfd6224 (diff)
downloadports-b6c438c1302fb954c8681c6d34ec2c8c74f111e8.tar.gz
ports-b6c438c1302fb954c8681c6d34ec2c8c74f111e8.zip
news/py-pynzb: Add NO_ARCH
Diffstat (limited to 'news')
-rw-r--r--news/py-pynzb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile
index 5c3395b0031e..0caa5a914d58 100644
--- a/news/py-pynzb/Makefile
+++ b/news/py-pynzb/Makefile
@@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
OPTIONS_DEFINE= LXML
LXML_DESC= Add support for py-lxml
LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.1:devel/py-lxml@${PY_FLAVOR}