diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 10:35:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 11:24:18 +0000 |
commit | 6722ad601ae08a2b4be88ad1deae144e7d9d34d5 (patch) | |
tree | 0eab8d2487383471e69217ae45409e46c71b2265 /editors | |
parent | editors/lazarus: Add CPE information (diff) |
editors/neovim: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/neovim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 3f2e000c6e33..c23c0a1371ac 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -25,7 +25,7 @@ TEST_DEPENDS= autoconf>=0:devel/autoconf \ gmake:devel/gmake \ libtool:devel/libtool -USES= cmake iconv pathfix pkgconfig +USES= cmake cpe iconv pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \ libmpack:libmpack-lua:1.0.7:libmpack_lua |