git: c4584aa3ef1b - main - devel/py-qtconsole: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 21:54:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4584aa3ef1b1819523b491f6d85e9da4a12dc88 commit c4584aa3ef1b1819523b491f6d85e9da4a12dc88 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 21:47:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 21:47:41 +0000 devel/py-qtconsole: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-qtconsole/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile index cde37296eb84..78c4cbd0af2f 100644 --- a/devel/py-qtconsole/Makefile +++ b/devel/py-qtconsole/Makefile @@ -25,4 +25,6 @@ USES= pyqt:5 python:3.7+ USE_PYQT= sip pyqt5 USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>