aboutsummaryrefslogtreecommitdiff
path: root/net/ipex
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 04:54:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 04:54:43 +0000
commitec2c83cca86ae03eb461a10ca37a39b33a3b5324 (patch)
treec2cc6172d32445cacff0749b8e735a5fee41a5b9 /net/ipex
parent0d776d886899cce017bd342670517f35f9b97735 (diff)
downloadports-ec2c83cca86ae03eb461a10ca37a39b33a3b5324.tar.gz
ports-ec2c83cca86ae03eb461a10ca37a39b33a3b5324.zip
Notes
Diffstat (limited to 'net/ipex')
-rw-r--r--net/ipex/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile
index 1a518a4204ed..41f97be7fa6b 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>