aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-11-08 03:41:15 +0800
committermakc <makc@FreeBSD.org>2010-11-08 03:41:15 +0800
commit5e6f3984516da50cda02da22cf485037e0c6a442 (patch)
tree0862df118ae5d6e19b8a592cd08d6927aace6187 /editors
parenta4fe6ef94733aed4dad9a1a29932c5eebffefc40 (diff)
downloadfreebsd-ports-gnome-5e6f3984516da50cda02da22cf485037e0c6a442.tar.gz
freebsd-ports-gnome-5e6f3984516da50cda02da22cf485037e0c6a442.tar.zst
freebsd-ports-gnome-5e6f3984516da50cda02da22cf485037e0c6a442.zip
Mark INGNORE if qt-3.x is detected.
PR: ports/151972 Reported by: michiel.ml at nlnet.nl
Diffstat (limited to 'editors')
-rw-r--r--editors/calligra/Makefile4
-rw-r--r--editors/koffice-kde4/Makefile4
2 files changed, 8 insertions, 0 deletions
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 <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
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