git: 10ebb7ea825a - main - editors/neovim-qt: Adopt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 19:41:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=10ebb7ea825ae4a46a25cdd113ace40e0d0c9970 commit 10ebb7ea825ae4a46a25cdd113ace40e0d0c9970 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-10-15 19:40:38 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-10-15 19:41:29 +0000 editors/neovim-qt: Adopt - pet portfmt --- editors/neovim-qt/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile index 7f67422350bc..2b72356fca02 100644 --- a/editors/neovim-qt/Makefile +++ b/editors/neovim-qt/Makefile @@ -3,21 +3,24 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.2.17 CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Neovim client library and QT5 GUI WWW= https://github.com/equalsraf/neovim-qt/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= neovim>=0:editors/neovim unibilium>=0:devel/unibilium -LIB_DEPENDS= libmsgpackc.so:devel/msgpack libunibilium.so:devel/unibilium +BUILD_DEPENDS= neovim>=0:editors/neovim \ + unibilium>=0:devel/unibilium +LIB_DEPENDS= libmsgpackc.so:devel/msgpack \ + libunibilium.so:devel/unibilium RUN_DEPENDS= neovim>=0:editors/neovim USES= cmake compiler:c++11-lang desktop-file-utils qt:5 USE_GITHUB= yes GH_ACCOUNT= equalsraf -USE_QT= core gui network testlib widgets buildtools:build qmake:build svg +USE_QT= core gui network svg testlib widgets buildtools:build \ + qmake:build CMAKE_ON= USE_SYSTEM_MSGPACK CMAKE_OFF= ENABLE_TESTS