diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-05-31 07:25:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-05-31 07:25:35 +0000 |
commit | 0edee54f8481bd81793c07b80511070e60665c28 (patch) | |
tree | 1b7019270fde4f760220f9d0542050cb34f4bc59 /x11-toolkits/qt4pas | |
parent | b5ddd364f18ab3af45e50b2892ec317d5dc6c9d3 (diff) | |
download | ports-0edee54f8481bd81793c07b80511070e60665c28.tar.gz ports-0edee54f8481bd81793c07b80511070e60665c28.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt4pas')
-rw-r--r-- | x11-toolkits/qt4pas/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile index 0b05ca4e6343..5f7465f1af11 100644 --- a/x11-toolkits/qt4pas/Makefile +++ b/x11-toolkits/qt4pas/Makefile @@ -23,6 +23,10 @@ QT4_VER_MIN= 4.5.3 .include <bsd.port.pre.mk> +.if ${ARCH} == i386 +BROKEN= does not build +.endif + .if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g} IGNORE= Please update your current qt4 version to ${QT4_VER_MIN} .endif |