diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:14 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:14 +0000 |
commit | b3a2e92fdbcc02c44d6f79239af85f36e366cab6 (patch) | |
tree | fc10047580a669d622e5714a7094a3d61554b021 | |
parent | d2e84b4dca0bcb9df6a2d99699db0b0b81f6b5ae (diff) | |
download | ports-b3a2e92fdbcc02c44d6f79239af85f36e366cab6.tar.gz ports-b3a2e92fdbcc02c44d6f79239af85f36e366cab6.zip |
archivers/py-lzma: enable on powerpc
-rw-r--r-- | archivers/py-lzma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index b8bdd2c87d5c..8c87f7f12d9a 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -13,7 +13,7 @@ COMMENT= Python binding for the LZMA compression library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le USES= dos2unix python:3.6+ USE_PYTHON= concurrent distutils autoplist |