summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-18 23:54:09 +0000
committerjtb <jtb>2001-05-18 23:54:09 +0000
commit3391d704cce023962e473d2ef3e7815657e22c42 (patch)
treee71547a6c0d992ee56da211d55809b755982269e /editors
parenta8ea0adc24c75eaee77eb12ab5236e37c47e9499 (diff)
downloadpkgsrc-3391d704cce023962e473d2ef3e7815657e22c42.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"