freebsd-ports/devel/qt6/Makefile
Felix Palmen 1b674b6287 Mk/Uses/qt.mk: Fix metaports after USE_QT change
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
2022-09-11 16:38:12 +02:00

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>