summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-18 23:54:09 +0000
committerjtb <jtb@pkgsrc.org>2001-05-18 23:54:09 +0000
commitcc78749046cebf317b6b67a5eb0e0f4b847ed350 (patch)
treee71547a6c0d992ee56da211d55809b755982269e /editors
parent9cc80e9cf6860ae0c3eb42c4aab17827e65f6c38 (diff)
downloadpkgsrc-cc78749046cebf317b6b67a5eb0e0f4b847ed350.tar.gz
USE_LIBINTL=yes, USE_CURSES=yes.
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile8
1 files changed, 6 insertions, 2 deletions
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"