diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-18 23:54:09 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-18 23:54:09 +0000 |
commit | cc78749046cebf317b6b67a5eb0e0f4b847ed350 (patch) | |
tree | e71547a6c0d992ee56da211d55809b755982269e | |
parent | 9cc80e9cf6860ae0c3eb42c4aab17827e65f6c38 (diff) | |
download | pkgsrc-cc78749046cebf317b6b67a5eb0e0f4b847ed350.tar.gz |
USE_LIBINTL=yes, USE_CURSES=yes.
-rw-r--r-- | editors/nano/Makefile | 8 |
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" |