git: 3a6255e53e8f - main - net/haproxy: drop not necessary powerpc conditional

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 01:38:30 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a6255e53e8fd241f72b8f7058b0359b4ab3d373

commit 3a6255e53e8fd241f72b8f7058b0359b4ab3d373
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-12 00:26:58 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:49 +0000

    net/haproxy: drop not necessary powerpc conditional
---
 net/haproxy24/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile
index ccce0c044833..ca8aa4578dab 100644
--- a/net/haproxy24/Makefile
+++ b/net/haproxy24/Makefile
@@ -55,12 +55,6 @@ LUA_MAKE_ARGS=		USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
 OPTIONS_DEFAULT+=	LUA
 .endif
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
-MAKE_ARGS+=	USE_LIBATOMIC=
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64" || ${ARCH} == "i386"