diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-02 21:18:37 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-02 21:18:37 +0800 |
commit | d2a6b325a6520c72ea72d28afe481722161027f5 (patch) | |
tree | d6127ad010e7483cfe16bfd807d8f573c817a7a0 /textproc | |
parent | dced8b3edaabaff485bdb5ecfea6283a49159eb6 (diff) | |
download | freebsd-ports-gnome-d2a6b325a6520c72ea72d28afe481722161027f5.tar.gz freebsd-ports-gnome-d2a6b325a6520c72ea72d28afe481722161027f5.tar.zst freebsd-ports-gnome-d2a6b325a6520c72ea72d28afe481722161027f5.zip |
Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pyjade/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-pyjade/Makefile b/textproc/py-pyjade/Makefile index 0a8c616dc72e..8ae3d30e715a 100644 --- a/textproc/py-pyjade/Makefile +++ b/textproc/py-pyjade/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> |