diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 13:25:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 13:25:29 +0000 |
commit | b56c2cb98ee63d36ecf20c9a5ca8eb5f9d13f949 (patch) | |
tree | 481fac8bbb0d7a375fc63178fe0b30362b8d0518 /editors/nano | |
parent | 721bbd9823e00d179c89b51663cf5e09f7b2c22d (diff) | |
download | ports-b56c2cb98ee63d36ecf20c9a5ca8eb5f9d13f949.tar.gz ports-b56c2cb98ee63d36ecf20c9a5ca8eb5f9d13f949.zip |
Notes
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 7f0555a61c31..0fb3c0ef8f78 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv3 CONFLICTS= nano-devel-2* +USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 |