f27264016e
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuickTemplates2 -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7 /wrkdirs/usr/ports/x11-toolkits/qt5-quickcontrols2/work/kde-qtquickcontrols2-5.15.8p7 sh: perl: not found PR: 266007
18 lines
538 B
Makefile
18 lines
538 B
Makefile
PORTNAME= quickcontrols2
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Set of controls for building complete interfaces in Qt Quick
|
|
WWW= https://qt-project.org
|
|
|
|
BROKEN_armv6= fails to install: pkg-static: Unable to access file DayOfWeekRow.qmlc: No such file or directory
|
|
|
|
USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5
|
|
USE_PERL5= build
|
|
USE_QT= core declarative gui widgets \
|
|
buildtools:build
|
|
QT_DIST= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|