diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-27 07:57:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-27 07:57:17 +0000 |
commit | 8233c23d3034ba748bc378a8c292a8db32b852c4 (patch) | |
tree | 40dc5561d4ba51c9d01e4b473d6e486e15214982 /x11-toolkits | |
parent | 9bb0e048debf40a39170c467bd0786258876f51e (diff) | |
download | ports-8233c23d3034ba748bc378a8c292a8db32b852c4.tar.gz ports-8233c23d3034ba748bc378a8c292a8db32b852c4.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 8 |
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> |