diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-26 18:04:47 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-26 19:30:21 +0800 |
commit | ccb72bd450414eb7c2a392e29565fb17b779ce8c (patch) | |
tree | 06180706ffc55d6f94a5a86e45216111dffa9c44 | |
parent | misc/py-polars: Mark BROKEN (diff) |
net/pear-Horde_Socket_Client: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | net/pear-Horde_Socket_Client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |