diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 08:55:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 09:01:07 +0000 |
commit | 0503cf39d76eb4a88ce874e3164db4735ee334c2 (patch) | |
tree | 1dc384b30b44b73d203cb60c455750bc5afbcab8 /textproc | |
parent | 93454cae4f29e45d2e2a855166e5f275625601f2 (diff) | |
download | ports-0503cf39d76eb4a88ce874e3164db4735ee334c2.tar.gz ports-0503cf39d76eb4a88ce874e3164db4735ee334c2.zip |
textproc/py-junit-xml: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-junit-xml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-junit-xml/Makefile b/textproc/py-junit-xml/Makefile index 68d0e4cb9dc9..d6ed9e095c89 100644 --- a/textproc/py-junit-xml/Makefile +++ b/textproc/py-junit-xml/Makefile @@ -16,4 +16,6 @@ GH_ACCOUNT= kyrus GH_PROJECT= python-${PORTNAME} GH_TAGNAME= 4bd08a2 +NO_ARCH= yes + .include <bsd.port.mk> |