git: ccb72bd45041 - main - net/pear-Horde_Socket_Client: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jun 2025 11:34:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccb72bd450414eb7c2a392e29565fb17b779ce8c commit ccb72bd450414eb7c2a392e29565fb17b779ce8c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-06-26 10:04:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-06-26 11:30:21 +0000 net/pear-Horde_Socket_Client: Add NO_ARCH Approved by: portmgr (blanket) --- net/pear-Horde_Socket_Client/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/pear-Horde_Socket_Client/Makefile b/net/pear-Horde_Socket_Client/Makefile index 0ee21c077d31..1c9d4abb1398 100644 --- a/net/pear-Horde_Socket_Client/Makefile +++ b/net/pear-Horde_Socket_Client/Makefile @@ -9,4 +9,6 @@ WWW= https://pear.horde.org USES= horde cpe USE_HORDE_RUN= Horde_Exception +NO_ARCH= yes + .include <bsd.port.mk>