Skip to content
Snippets Groups Projects
Commit 3a6255e5 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

net/haproxy: drop not necessary powerpc conditional

parent 9cceb3f6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment