aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2024-05-24 20:06:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2024-05-24 20:06:47 +0000
commitf87b5e6b8e556309eec85689d3b049766750bce0 (patch)
tree9e714f25f49e87116696aee8b6cde0d551e734e8
parent45bb32fb79605af28c63fc6de4eddc2f261293d6 (diff)
downloadports-f87b5e6b8e556309eec85689d3b049766750bce0.tar.gz
ports-f87b5e6b8e556309eec85689d3b049766750bce0.zip
editors/neovim: Remove desktop-file-utils dependency
While the dependency is undoubtably correct, it brings glib and all its dependencies. Neovim has always avoided this dependency before, so I'm clearing it out again at this time.
-rw-r--r--editors/neovim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index 843c2e89a278..8664aa3ee4eb 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -1,6 +1,7 @@
PORTNAME= neovim
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
@@ -23,7 +24,7 @@ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
USES= cmake cpe gettext iconv lua:51,build luajit \
- desktop-file-utils pathfix pkgconfig
+ pathfix pkgconfig
USE_GITHUB= yes
GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \
libmpack:libmpack-lua:1.0.12:libmpack_lua