diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-24 05:51:33 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-24 05:51:33 +0800 |
commit | d8ff6626cb53994345301d2a350bb57dd8ae2ed3 (patch) | |
tree | 253b3374f13b8134a07177f641c4353faa7cad0f /archivers | |
parent | 8378bb6221e01546a0d765e7e64591f93fcf798f (diff) | |
download | freebsd-ports-gnome-d8ff6626cb53994345301d2a350bb57dd8ae2ed3.tar.gz freebsd-ports-gnome-d8ff6626cb53994345301d2a350bb57dd8ae2ed3.tar.zst freebsd-ports-gnome-d8ff6626cb53994345301d2a350bb57dd8ae2ed3.zip |
archivers/py-lzma: unbreak on powerpc64
Builds fine on powerpc64.
Approved by: mentors (implicit approval)
Diffstat (limited to 'archivers')
-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 8b1ee0fdf652..704d3a116efb 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USES= dos2unix python USE_PYTHON= concurrent distutils autoplist |