diff options
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r-- | editors/koffice-kde4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.options.mk> +.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 |