diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:06:04 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:11:05 +0800 |
commit | a9d6d97a7f2058e0098405338c3c23ced5a9bc03 (patch) | |
tree | b20c8e4b7283a16d8874e7e1383c1dc7d783c321 | |
parent | textproc/py-et_xmlfile: Add NO_ARCH (diff) |
textproc/py-python-augeas: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/py-python-augeas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-python-augeas/Makefile b/textproc/py-python-augeas/Makefile index cd3e73d09420..8ed4d4201502 100644 --- a/textproc/py-python-augeas/Makefile +++ b/textproc/py-python-augeas/Makefile @@ -19,6 +19,8 @@ USE_PYTHON= distutils py3kplist GH_ACCOUNT= hercules-team +NO_ARCH= yes + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py |