diff options
Diffstat (limited to 'archivers/libarchive-qt/Makefile')
-rw-r--r-- | archivers/libarchive-qt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/libarchive-qt/Makefile b/archivers/libarchive-qt/Makefile index 75e308d393db..3412f0102799 100644 --- a/archivers/libarchive-qt/Makefile +++ b/archivers/libarchive-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libarchive-qt -DISTVERSION= 2.0.6 +DISTVERSION= 2.0.8 CATEGORIES= archivers MAINTAINER= jwb@FreeBSD.org @@ -9,11 +9,13 @@ WWW= https://gitlab.com/marcusbritanicus/libarchive-qt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake qt:5 -USE_QT= buildtools:build core dbus gui network qmake:build widgets +USES= cmake qt:6 +USE_QT= base:run tools:build USE_LDCONFIG= yes USE_GITLAB= yes +CMAKE_ARGS= -DUSEQT:String=Qt6 + GL_ACCOUNT= marcusbritanicus GL_TAGNAME= 9863127fb8dda7242215c09efbc976193365fee4 |