diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 14:22:16 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 14:22:16 +0000 |
commit | 93a13aebb574c77e6d82f1f9539a1eaba3aca555 (patch) | |
tree | 87c07b5152b83b4c6301208d158e915d2d5db5c2 /editors/nano-devel | |
parent | fdc78b1d07fd163bedd73b264505465e93a99a7b (diff) |
Notes
Diffstat (limited to 'editors/nano-devel')
-rw-r--r-- | editors/nano-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index 5043d2893034..a918c4c86c6e 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv3 CONFLICTS= nano-2* +USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+= --docdir=${DOCSDIR} --enable-utf8 |