mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/dooble: default flavor to qt6
Bump PORTREVISION. This flavor seems to have more requirements in terms of GL contexts that Qt5. PR: 272756 Reported by: eric@camachat.org (maintainer)
This commit is contained in:
parent
2b81a5f3f7
commit
e86d0498b9
@ -1,7 +1,7 @@
|
||||
PORTNAME= dooble
|
||||
DISTVERSION= 2023.07.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
MAINTAINER= eric@camachat.org
|
||||
COMMENT= Dooble Web Browser
|
||||
@ -10,7 +10,7 @@ WWW= https://textbrowser.github.io/dooble/
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
FLAVORS= qt5 qt6
|
||||
FLAVORS= qt6 qt5
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
qt5_CONFLICTS_INSTALL= qt6
|
||||
qt6_CONFLICTS_INSTALL= qt5
|
||||
@ -21,6 +21,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= textbrowser
|
||||
USE_GL= gl
|
||||
.if ${FLAVOR} == qt5
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
USE_QT= concurrent core declarative gui location network printsupport \
|
||||
sql webchannel webengine widgets xml sql-sqlite3:run \
|
||||
buildtools:build qmake:build
|
||||
|
Loading…
Reference in New Issue
Block a user