git: 3f07b5286cc2 - main - devel/pear-Symfony_Component_Console: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 22:26:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f07b5286cc2aa1bc1798783cbf37d757e08f350
commit 3f07b5286cc2aa1bc1798783cbf37d757e08f350
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:08:42 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:13:30 +0000
devel/pear-Symfony_Component_Console: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/pear-Symfony_Component_Console/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/pear-Symfony_Component_Console/Makefile b/devel/pear-Symfony_Component_Console/Makefile
index 944ffea02b6e..1555d83e6285 100644
--- a/devel/pear-Symfony_Component_Console/Makefile
+++ b/devel/pear-Symfony_Component_Console/Makefile
@@ -12,6 +12,8 @@ WWW= https://symfony.com/doc/current/components/console.html
LICENSE= MIT
USES= pear
+
+NO_ARCH= yes
PEAR_CHANNEL= symfony2
.include <bsd.port.mk>