diff options
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r-- | shells/fish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 732c1058c929..fefd5819ca1c 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.5.0 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ @@ -12,7 +11,8 @@ COMMENT= User friendly command line shell LICENSE= GPLv2 -USES= autoreconf cpe gmake libtool ncurses pkgconfig pathfix python:3 localbase +USES= autoreconf cpe gmake libtool ncurses pkgconfig pathfix python:3 \ + localbase compiler:c++11-lang GNU_CONFIGURE= yes |