git: 62994119015a - main - devel/pear-ezc_ConsoleTools: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 22:18:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62994119015a298903b82f43fe75519aaf57e39d
commit 62994119015a298903b82f43fe75519aaf57e39d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:01:16 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:37 +0000
devel/pear-ezc_ConsoleTools: Add NO_ARCH
---
devel/pear-ezc_ConsoleTools/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/pear-ezc_ConsoleTools/Makefile b/devel/pear-ezc_ConsoleTools/Makefile
index 31bcf07d4d92..349bee4edc10 100644
--- a/devel/pear-ezc_ConsoleTools/Makefile
+++ b/devel/pear-ezc_ConsoleTools/Makefile
@@ -13,7 +13,9 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
+USES= pear
+
+NO_ARCH= yes
PEAR_CHANNEL= ezc
-USES= pear
.include <bsd.port.mk>