aboutsummaryrefslogtreecommitdiff
path: root/editors/neovim
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-27 18:56:52 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-27 18:56:52 +0000
commit71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60 (patch)
tree2e02cc590b4895d9688ba497cc9fae08d5b5547e /editors/neovim
parentf0ce59c6bb2852201c8a494f6808b440080ad5a9 (diff)
downloadports-71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60.tar.gz
ports-71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60.zip
Notes
Diffstat (limited to 'editors/neovim')
-rw-r--r--editors/neovim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index 2afbd6f319b5..fdcc91ad5445 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= neovim
PORTVERSION= 0.1.4
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -18,7 +19,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibilium \
libtermkey.so:devel/libtermkey \
libluajit-5.1.so:lang/luajit \
libuv.so:devel/libuv \
- libmsgpack.so:devel/msgpack
+ libmsgpackc.so:devel/msgpack
USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig
USE_GITHUB= yes