diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-03-31 14:41:05 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-03-31 14:41:05 +0000 |
commit | eaa8a6e42301c455fbaf28f545be1d6261204f0c (patch) | |
tree | f9d621dbf07d310d72219652670dff09254edf0c /editors/nano/Makefile | |
parent | e4912b9e06388c3230f1b3aa45e0b972e2d903a0 (diff) | |
download | ports-eaa8a6e42301c455fbaf28f545be1d6261204f0c.tar.gz ports-eaa8a6e42301c455fbaf28f545be1d6261204f0c.zip |
Notes
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b820a1238fd5..f5c9e3faa36a 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.7.5 +PORTVERSION= 2.8.0 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU @@ -13,7 +13,7 @@ LICENSE= GPLv3 CONFLICTS= nano-devel-2* -USES= ncurses +USES= charsetfix ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 |