pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi-m17n Require perl at run time and bump rev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e216564b2ce
branches:  trunk
changeset: 522289:3e216564b2ce
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 17:08:07 2006 +0000

description:
Require perl at run time and bump revision.

diffstat:

 editors/nvi-m17n/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 747e69410072 -r 3e216564b2ce editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Wed Dec 06 17:01:30 2006 +0000
+++ b/editors/nvi-m17n/Makefile Wed Dec 06 17:08:07 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2006/01/04 21:22:06 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/12/06 17:08:07 joerg Exp $
 
 DISTNAME=      nvi-1.79
 PKGNAME=       nvi-m17n-1.79.20040401
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.sleepycat.com/pub/ \
                ftp://ftp.foretune.co.jp/pub/tools/nvi/
@@ -25,7 +25,8 @@
 CONFIGURE_ARGS+=--enable-multibyte --program-prefix=n
 
 CONFIGURE_ENV+=        vi_cv_path_shell=${TOOLS_SH:Q}
-USE_TOOLS+=    sh
+CONFIGURE_ENV+=        vi_cv_path_perl=${TOOLS_PATH.perl:Q}
+USE_TOOLS+=    sh perl:run
 
 CPPFLAGS+=     -DGTAGS
 



Home | Main Index | Thread Index | Old Index