diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-12 05:17:08 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-12 05:47:18 +0800 |
commit | 06438a3cf42f5c537318bd2f35566ab3eff79946 (patch) | |
tree | 3866d33fab48e1fcdda96606dd8d34b27a3b1adb /science | |
parent | 64a0111e31fc312e83c23c20be9c3affd70ee6e3 (diff) | |
download | freebsd-ports-gnome-06438a3cf42f5c537318bd2f35566ab3eff79946.tar.gz freebsd-ports-gnome-06438a3cf42f5c537318bd2f35566ab3eff79946.tar.zst freebsd-ports-gnome-06438a3cf42f5c537318bd2f35566ab3eff79946.zip |
science/py-coards: Cosmetic change
Diffstat (limited to 'science')
-rw-r--r-- | science/py-coards/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-coards/Makefile b/science/py-coards/Makefile index b5a38406bf3c..ec935bd1aa04 100644 --- a/science/py-coards/Makefile +++ b/science/py-coards/Makefile @@ -12,8 +12,9 @@ COMMENT= COARDS compliant time parser LICENSE= MIT -NO_ARCH= yes USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> |