aboutsummaryrefslogtreecommitdiff
path: root/shells/fish/Makefile
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-01-17 20:40:43 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-01-17 20:40:43 +0000
commitfacd31f44fbde7cfaa842ec5b5d45bb1fd573641 (patch)
treef353c66adcd4ab32d529abb541f75a1f50fa3a20 /shells/fish/Makefile
parenta4a56f35b82f1d3b6c64eeff10d4119b5e01bd82 (diff)
downloadports-facd31f44fbde7cfaa842ec5b5d45bb1fd573641.tar.gz
ports-facd31f44fbde7cfaa842ec5b5d45bb1fd573641.zip
Notes
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r--shells/fish/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index b89f358b99af..25b7e93bf14c 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fish
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/
@@ -15,7 +16,7 @@ LIB_DEPENDS+= libpcre2-32.so:devel/pcre2
# The python dependency is only needed by shebangfix. At runtime python is
# only needed by some optional scripts that aren't in PATH.
-USES= cmake cpe ncurses python:3.4+:build \
+USES= cmake cpe ncurses python:3.4+,build \
localbase compiler:c++11-lang shebangfix
SHEBANG_FILES= share/tools/*.py share/tools/web_config/webconfig.py