From 8c7e95ca9c9b04038c7f3c17822efe83ca7e8deb Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 7 Nov 2010 19:41:15 +0000 Subject: [PATCH] Mark INGNORE if qt-3.x is detected. PR: ports/151972 Reported by: michiel.ml at nlnet.nl --- editors/calligra/Makefile | 4 ++++ editors/koffice-kde4/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 1ce7a202d307..40bc209b6aab 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -65,6 +65,10 @@ OPTIONS+= XBASE "XBase support in Kexi" off .include +.if exists(${LOCALBASE}/include/qconfig.h) +IGNORE= does not build with x11-toolkits/qt33 installed. Please, deinstall qt-3.x first +.endif + .if !defined(WITHOUT_GTL) || exists (${LOCALBASE}/lib/libQtShiva.so) LIB_DEPENDS+= OpenCTL.0:${PORTSDIR}/graphics/opengtl \ QtShiva.0:${PORTSDIR}/graphics/qtgtl diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 1ce7a202d307..40bc209b6aab 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -65,6 +65,10 @@ OPTIONS+= XBASE "XBase support in Kexi" off .include +.if exists(${LOCALBASE}/include/qconfig.h) +IGNORE= does not build with x11-toolkits/qt33 installed. Please, deinstall qt-3.x first +.endif + .if !defined(WITHOUT_GTL) || exists (${LOCALBASE}/lib/libQtShiva.so) LIB_DEPENDS+= OpenCTL.0:${PORTSDIR}/graphics/opengtl \ QtShiva.0:${PORTSDIR}/graphics/qtgtl