aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim-qt
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2023-08-23 19:35:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-08-23 19:37:25 +0000
commit941ae7d3816e36dbd504bb180bcf134148e83e93 (patch)
tree0167fafd9e264bf4fb8a7d4c9c0b3835dd95e497 /editors/neovim-qt
parent9120af37a6891433f3655105ff33cae9a088f9ae (diff)
downloadports-941ae7d3816e36dbd504bb180bcf134148e83e93.tar.gz
ports-941ae7d3816e36dbd504bb180bcf134148e83e93.zip
editors/neovim-qt: Fix typo default flavor
- Switch default flavor to qt5
Diffstat (limited to 'editors/neovim-qt')
-rw-r--r--editors/neovim-qt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile
index d01186d4fb45..fb25a636e0f4 100644
--- a/editors/neovim-qt/Makefile
+++ b/editors/neovim-qt/Makefile
@@ -1,6 +1,7 @@
PORTNAME= neovim-qt
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.17-66
+PORTREVISION= 1
CATEGORIES= editors
PKGNAMESUFFIX= ${FLAVOR:S/qt//}
@@ -18,7 +19,7 @@ LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c \
RUN_DEPENDS= neovim>=0:editors/neovim
FLAVORS= qt5 qt6
-FLAVOR?= ${FLAVORS:[2]}
+FLAVOR?= ${FLAVORS:[1]}
qt5_CONFLICTS_INSTALL= neovim-qt6
qt6_CONFLICTS_INSTALL= neovim-qt5