aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Camachat <eric@camachat.org>2023-07-28 06:58:29 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-29 17:09:34 +0000
commite86d0498b93ce2ddcedf7b95e08a3d024dd2b1cf (patch)
tree0e6a26229a5b409e233e65bbc92941fcac50c302
parent2b81a5f3f73c8bcd910c246ff25bb1fc0135e7a9 (diff)
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)
-rw-r--r--www/dooble/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/dooble/Makefile b/www/dooble/Makefile
index 81154987aacf..bae8f45a4cdf 100644
--- a/www/dooble/Makefile
+++ b/www/dooble/Makefile
@@ -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