aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:48 +0000
commit636e103fdb36939d630ea7b38e2112a780f17227 (patch)
tree222ab52f134fdf06322cd3177e89ef82637d1abf
parent8ec065c9aacec17d0507d4bb0d4e5f90fe1ef99e (diff)
downloadports-636e103fdb36939d630ea7b38e2112a780f17227.tar.gz
ports-636e103fdb36939d630ea7b38e2112a780f17227.zip
textproc/py-parsel: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--textproc/py-parsel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-parsel/Makefile b/textproc/py-parsel/Makefile
index e9194415705d..9994d6e46bfa 100644
--- a/textproc/py-parsel/Makefile
+++ b/textproc/py-parsel/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>