diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:05:49 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:11:01 +0800 |
commit | 73cafe12f821f3ea00bbdd7cf92351896bf60542 (patch) | |
tree | 2a84219fe90cddd85f9477ff5b7d839155c5452f | |
parent | www/gitlab-ce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 (diff) |
astro/py-astropy-helpers: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | astro/py-astropy-helpers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/py-astropy-helpers/Makefile b/astro/py-astropy-helpers/Makefile index d3f4d382da1a..fe1c3e891e68 100644 --- a/astro/py-astropy-helpers/Makefile +++ b/astro/py-astropy-helpers/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYNUMPY} USES= python:3.5+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk> |