Mark INGNORE if qt-3.x is detected.
PR: ports/151972 Reported by: michiel.ml at nlnet.nl
This commit is contained in:
parent
4d2368608c
commit
8c7e95ca9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264206
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user