diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-07 19:41:15 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-07 19:41:15 +0000 |
commit | 8c7e95ca9c9b04038c7f3c17822efe83ca7e8deb (patch) | |
tree | 3221d1968ce201a781102bf53b9250acd93af33e /editors/koffice-kde4/Makefile | |
parent | . Update to the 6u22 docs. (diff) |
Mark INGNORE if qt-3.x is detected.
PR: ports/151972
Reported by: michiel.ml at nlnet.nl
Notes
Notes:
svn path=/head/; revision=264206
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 |