diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2017-12-29 22:29:37 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2017-12-29 22:29:37 +0000 |
commit | 185ebd3ce26aabc29b10a238fbebe384a2ecb2b0 (patch) | |
tree | 687ea9b139c36c5d480fa5328b0e1cab090d1a30 | |
parent | 1d45732d71d3c70da53630404570f8ed426ddf5a (diff) |
Notes
-rw-r--r-- | devel/py-backports_abc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-backports_abc/Makefile b/devel/py-backports_abc/Makefile index 80347b94819f..8dedf12a8260 100644 --- a/devel/py-backports_abc/Makefile +++ b/devel/py-backports_abc/Makefile @@ -12,7 +12,8 @@ COMMENT= Backport of recent additions to the 'collections.abc' module LICENSE= PSFL -USES= python +NO_ARCH= yes +USES= python:-3.4 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |