Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2022 04:25:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87ce03462a53 - main - textproc/py-qrcode: Add NO_ARCH
Message-ID:  <202204160425.23G4PHVW008567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87ce03462a5359155af838ac0cfae3b531f79c21

commit 87ce03462a5359155af838ac0cfae3b531f79c21
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 04:15:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:51 +0000

    textproc/py-qrcode: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 textproc/py-qrcode/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile
index 635bd1230106..6d4d614d3306 100644
--- a/textproc/py-qrcode/Makefile
+++ b/textproc/py-qrcode/Makefile
@@ -17,6 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${PY_FLAVOR} \
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 post-patch:
 	${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204160425.23G4PHVW008567>