devel/qt5: exclude sql-ibase which is broken
This commit is contained in:
parent
953838fcd9
commit
f803c725d1
@ -1,6 +1,6 @@
|
||||
PORTNAME= qt5
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -9,8 +9,8 @@ WWW= https://www.qt.io/
|
||||
|
||||
# * phonon4 is not part of Qt itself.
|
||||
# * we don't want to pull in wayland just yet.
|
||||
# XXX(rene) exclude webengine
|
||||
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/:run/}
|
||||
# XXX(rene) exclude webengine and sql-ibase
|
||||
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:Nsql-ibase:S/$/:run/}
|
||||
USES= metaport qt:5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user