Mark INGNORE if qt-3.x is detected.

PR:		ports/151972
Reported by:	michiel.ml at nlnet.nl
This commit is contained in:
Max Brazhnikov 2010-11-07 19:41:15 +00:00
parent 4d2368608c
commit 8c7e95ca9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264206
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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