aboutsummaryrefslogtreecommitdiff
path: root/devel/ixlib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:16:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:16:56 +0000
commit475aa0b1d2fe085d6ed82a28903975a081040bff (patch)
tree4271f45ffeb0de90a0e443854390b96df25ac55a /devel/ixlib
parented63305f98dff6e572d18abc7ff4bd0360daeb5d (diff)
downloadports-475aa0b1d2fe085d6ed82a28903975a081040bff.tar.gz
ports-475aa0b1d2fe085d6ed82a28903975a081040bff.zip
Notes
Diffstat (limited to 'devel/ixlib')
-rw-r--r--devel/ixlib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile
index 92c494fd2d40..a2ebc6477975 100644
--- a/devel/ixlib/Makefile
+++ b/devel/ixlib/Makefile
@@ -23,4 +23,10 @@ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
+.include <bsd.port.post.mk>