diff options
author | obache <obache@pkgsrc.org> | 2007-11-03 11:51:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-11-03 11:51:11 +0000 |
commit | 04b31f5047b1b019925bccefcac47ef1e1c3206b (patch) | |
tree | a84672bf3b0746fb7fc9a9195d911935d335f311 /editors | |
parent | 3330f2c14d6cfabf30cd25c061b967bb523e1a35 (diff) | |
download | pkgsrc-04b31f5047b1b019925bccefcac47ef1e1c3206b.tar.gz |
Remove needless USE_NCURSES=yes definition.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 1e7188f68a2..e3c939011df 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/10/26 16:44:37 obache Exp $ +# $NetBSD: Makefile,v 1.31 2007/11/03 11:51:11 obache Exp $ DISTNAME= nano-2.0.6 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -USE_NCURSES= yes INFO_FILES= yes |