summaryrefslogtreecommitdiffstats
path: root/net/ipex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r--net/ipex/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile
index 1a518a4..41f97be 100644
--- a/net/ipex/Makefile
+++ b/net/ipex/Makefile
@@ -20,4 +20,10 @@ PLIST_FILES= bin/ipex
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud