1b674b6287
devel/qt5 and devel/qt6 use a generated USE_QT that wasn't caught by
commit ddae4e92d8
:
Mk/Uses: always use colon for build/run suffix
Fix it manually.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36524
16 lines
431 B
Makefile
16 lines
431 B
Makefile
PORTNAME= qt5
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Cross-platform application and UI framework (metaport)
|
|
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/}
|
|
USES= metaport qt:5
|
|
|
|
.include <bsd.port.mk>
|