Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
16 lines
326 B
Makefile
16 lines
326 B
Makefile
PORTNAME= remoteobjects
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 Remote Objects module
|
|
|
|
USES= compiler:c++11-lang gl qmake qt-dist:5
|
|
USE_GL= gl
|
|
USE_QT= core declarative network \
|
|
buildtools:build
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|