From 0edee54f8481bd81793c07b80511070e60665c28 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 31 May 2012 07:25:35 +0000 Subject: Mark BROKEN on i386: does not build Submitted by: pointyhat --- x11-toolkits/qt4pas/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits/qt4pas') 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 +.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 -- cgit v1.2.3