From cc78749046cebf317b6b67a5eb0e0f4b847ed350 Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 18 May 2001 23:54:09 +0000 Subject: USE_LIBINTL=yes, USE_CURSES=yes. --- editors/nano/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'editors/nano') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index cd7e41ec909..137fa22158f 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/18 23:54:09 jtb Exp $ DISTNAME= nano-1.0.2 CATEGORIES= editors @@ -9,6 +9,10 @@ HOMEPAGE= http://www.gnu.org/software/nano/nano.html COMMENT= small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes -REPLACE_NCURSES=${WRKSRC}/configure + +USE_CURSES= yes +REPLACE_NCURSES=configure + +USE_LIBINTL= yes .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3