summaryrefslogtreecommitdiff
path: root/x11-toolkits/soqt/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-02-27 07:57:17 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-02-27 07:57:17 +0000
commit8233c23d3034ba748bc378a8c292a8db32b852c4 (patch)
tree40dc5561d4ba51c9d01e4b473d6e486e15214982 /x11-toolkits/soqt/Makefile
parentAdd p5-Test-LoadAllModules 0.02, perl extension to do use_ok for modules (diff)
Mark BROKEN: does not build.
Notes
Notes: svn path=/head/; revision=229141
Diffstat (limited to 'x11-toolkits/soqt/Makefile')
-rw-r--r--x11-toolkits/soqt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile
index b8f0318bb052..b7376c9d5afb 100644
--- a/x11-toolkits/soqt/Makefile
+++ b/x11-toolkits/soqt/Makefile
@@ -31,4 +31,10 @@ MAN1= soqt-config.1
post-install:
@${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == i386
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>