diff options
Diffstat (limited to 'editors/nano/Makefile')
-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 9eb6d3a2912..b9dff69c474 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/13 15:11:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/11/30 23:32:22 salo Exp $ DISTNAME= nano-1.0.8 CATEGORIES= editors @@ -10,6 +10,7 @@ COMMENT= small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" |