git: f88cbb79ae95 - main - devel/pear-ezc_Base: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 22:18:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f88cbb79ae95d226a8b39e28b8c50be9ae1d2fd3 commit f88cbb79ae95d226a8b39e28b8c50be9ae1d2fd3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-01 22:01:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-01 22:11:37 +0000 devel/pear-ezc_Base: Add NO_ARCH --- devel/pear-ezc_Base/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/pear-ezc_Base/Makefile b/devel/pear-ezc_Base/Makefile index 134f5b59463e..98909f32ee34 100644 --- a/devel/pear-ezc_Base/Makefile +++ b/devel/pear-ezc_Base/Makefile @@ -10,7 +10,9 @@ WWW= https://ezcomponents.org/ LICENSE= BSD3CLAUSE +USES= pear + +NO_ARCH= yes PEAR_CHANNEL= ezc -USES= pear .include <bsd.port.mk>