diff options
Diffstat (limited to 'graphics/kqtquickcharts/Makefile')
-rw-r--r-- | graphics/kqtquickcharts/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/kqtquickcharts/Makefile b/graphics/kqtquickcharts/Makefile index 1271f59038bd..28993d92cb06 100644 --- a/graphics/kqtquickcharts/Makefile +++ b/graphics/kqtquickcharts/Makefile @@ -4,16 +4,13 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick plugin to render interactive charts -WWW= https://github.com/KDE/kqtquickcharts +WWW= https://invent.kde.org/libraries/kqtquickcharts LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz +USES= cmake compiler:c++17-lang kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= core declarative gui network \ - buildtools:build qmake:build - -OPTIONS_DEFINE= DOCS +USE_QT= base declarative .include <bsd.port.mk> |