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
12 lines
258 B
Makefile
12 lines
258 B
Makefile
PORTNAME= qt6
|
|
DISTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Cross-platform application and UI framework (metaport)
|
|
WWW= https://www.qt.io/
|
|
|
|
USES= metaport qt:6
|
|
USE_QT= ${_USE_QT_ALL:S/$/:run/}
|
|
|
|
.include <bsd.port.mk>
|