From 183dcae5207417556504903ad861568c89d01726 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 20 Jun 2001 04:01:37 +0000 Subject: [PATCH] Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- editors/nano/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 137fa22158fa..a34b6c837520 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/05/18 23:54:09 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/20 04:01:37 jlam Exp $ DISTNAME= nano-1.0.2 CATEGORIES= editors @@ -8,11 +8,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/nano/nano.html COMMENT= small and friendly text editor (a free replacement for Pico) -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes -USE_CURSES= yes -REPLACE_NCURSES=configure - -USE_LIBINTL= yes +#USE_LIBINTL= yes +USE_BUILDLINK_ONLY= yes +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk"