diff options
author | tv <tv@pkgsrc.org> | 2004-04-22 17:14:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-22 17:14:37 +0000 |
commit | a6e4fd78ea7fd7b1fc8ffe33a79f564088d6c12b (patch) | |
tree | 9ba8c549224101a627caae1ea26178a30aaaf787 /editors/nano/Makefile | |
parent | 31a9fe10a0888085d949e8b6040456a29311ae7a (diff) | |
download | pkgsrc-a6e4fd78ea7fd7b1fc8ffe33a79f564088d6c12b.tar.gz |
If we're including gettext-lib, use it. (nano was factoring it out if
"msgfmt" was missing.)
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 e5faa57072f..21adf7531d6 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/02/12 14:34:06 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/22 17:14:37 tv Exp $ DISTNAME= nano-1.0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=nano/} |