diff options
-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 |