pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mc Require Perl as run time dependency when V...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc080c9ffd39
branches:  trunk
changeset: 518604:fc080c9ffd39
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 14 15:23:28 2006 +0000

description:
Require Perl as run time dependency when VFS is requested, since most of
the extfs scripts are Perl and a WRKDIR reference would sneak in otherwise.

diffstat:

 sysutils/mc/Makefile   |  4 ++--
 sysutils/mc/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 5c64deebaaf8 -r fc080c9ffd39 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile      Thu Sep 14 15:07:12 2006 +0000
+++ b/sysutils/mc/Makefile      Thu Sep 14 15:23:28 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2006/02/15 20:15:46 rillig Exp $
+# $NetBSD: Makefile,v 1.66 2006/09/14 15:23:28 joerg Exp $
 
 DISTNAME=      mc-4.6.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/ \
                ${MASTER_SITE_SUNSITE:=utils/file/managers/mc/}
diff -r 5c64deebaaf8 -r fc080c9ffd39 sysutils/mc/options.mk
--- a/sysutils/mc/options.mk    Thu Sep 14 15:07:12 2006 +0000
+++ b/sysutils/mc/options.mk    Thu Sep 14 15:23:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2006/02/15 13:58:07 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2006/09/14 15:23:28 joerg Exp $
 #
 
 ### The charset option enables input/display support for various 8-bit
@@ -49,6 +49,7 @@
 .if !empty(PKG_OPTIONS:Mvfs)
 CONFIGURE_ARGS+=       --with-vfs
 PLIST_SRC+=            ${PKGDIR}/PLIST.vfs
+USE_TOOLS+=            perl:run
 .else
 CONFIGURE_ARGS+=       --without-vfs
 .endif



Home | Main Index | Thread Index | Old Index