summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/libgnetwork/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile
index 6486dfac2e06..8eb3dc898660 100644
--- a/net/libgnetwork/Makefile
+++ b/net/libgnetwork/Makefile
@@ -34,8 +34,8 @@ CONFIGURE_ARGS+=--enable-ssl=no
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Does not compile on amd64"
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
.endif
pre-everything::