diff options
author | tobik <tobik@FreeBSD.org> | 2018-10-25 21:08:39 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-10-25 21:08:39 +0800 |
commit | 68a3e98a9900bb45fb314d4c66bb7b39cb8afb9d (patch) | |
tree | 91e006b530d3268a52cc33cd07414d4abf82907c /editors/kakoune | |
parent | ea3a8b728a039f2c9d51b98528900ea090bbe420 (diff) | |
download | freebsd-ports-gnome-68a3e98a9900bb45fb314d4c66bb7b39cb8afb9d.tar.gz freebsd-ports-gnome-68a3e98a9900bb45fb314d4c66bb7b39cb8afb9d.tar.zst freebsd-ports-gnome-68a3e98a9900bb45fb314d4c66bb7b39cb8afb9d.zip |
editors/kakoune: Add run dependency on sysutils/ssid
Some plugins like x11, x11-repl, ranger need setsid.
https://github.com/mawww/kakoune/issues/2520
Diffstat (limited to 'editors/kakoune')
-rw-r--r-- | editors/kakoune/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index 9f231bb9515f..3ea2bd0d5000 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -2,6 +2,7 @@ PORTNAME= kakoune DISTVERSION= 2018.09.04 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ @@ -12,6 +13,7 @@ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC:H}/UNLICENSE BUILD_DEPENDS= a2x:textproc/asciidoc +RUN_DEPENDS= setsid:sysutils/ssid USES= compiler:c++14-lang gmake ncurses tar:bzip2 |