diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:55:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:55:17 +0800 |
commit | 2d26571ec6a6eae5dacf9bf95ed34c719a37a2b8 (patch) | |
tree | 280f5777ca9933ccbf897b631c48aee40cc5b449 | |
parent | 8749072ff2620d9f9e58214ed1ba90e159142f42 (diff) | |
download | freebsd-ports-gnome-2d26571ec6a6eae5dacf9bf95ed34c719a37a2b8.tar.gz freebsd-ports-gnome-2d26571ec6a6eae5dacf9bf95ed34c719a37a2b8.tar.zst freebsd-ports-gnome-2d26571ec6a6eae5dacf9bf95ed34c719a37a2b8.zip |
Cosmetic change
-rw-r--r-- | devel/py-astroid1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-astroid1/Makefile b/devel/py-astroid1/Makefile index 74dbcce94a26..7ade0dfccde6 100644 --- a/devel/py-astroid1/Makefile +++ b/devel/py-astroid1/Makefile @@ -20,9 +20,10 @@ RUN_DEPENDS= ${PY_ENUM34} \ PORTSCOUT= limit:^1\. -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.pre.mk> |