diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-06 13:14:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-06 13:14:01 +0000 |
commit | 5e2559d89d3d60ed51b13143f5e8c63f5d616ec4 (patch) | |
tree | 09f45db61faaf470f04fd7df4c9c3bc3f3f3d4e3 /editors | |
parent | fe169d2d04d8b25d0b0bc3890b9ff8379a41f290 (diff) | |
download | pkgsrc-5e2559d89d3d60ed51b13143f5e8c63f5d616ec4.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index ded759188c4..6912b3a7e24 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/31 15:40:37 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/07/06 13:19:39 joerg Exp $ DISTNAME= nano-1.2.4 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= Small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt INFO_FILES= # PLIST |