svn commit: r507249 - head/archivers/py-lzma
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jul 23 21:51:34 UTC 2019
Author: pkubaj
Date: Tue Jul 23 21:51:33 2019
New Revision: 507249
URL: https://svnweb.freebsd.org/changeset/ports/507249
Log:
archivers/py-lzma: unbreak on powerpc64
Builds fine on powerpc64.
Approved by: mentors (implicit approval)
Modified:
head/archivers/py-lzma/Makefile
Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile Tue Jul 23 21:49:12 2019 (r507248)
+++ head/archivers/py-lzma/Makefile Tue Jul 23 21:51:33 2019 (r507249)
@@ -14,7 +14,7 @@ COMMENT= Python binding for the LZMA compression libra
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
More information about the svn-ports-all
mailing list