From 7828c6e99ddc524a3594490995c9bdd003ea0114 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 14 Sep 2006 15:23:28 +0000 Subject: 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. --- sysutils/mc/Makefile | 4 ++-- sysutils/mc/options.mk | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/mc') diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 66b551d7972..c6817fee207 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -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 --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk index 48d4a21b116..2fb847adfdb 100644 --- a/sysutils/mc/options.mk +++ b/sysutils/mc/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-subshell .if !empty(PKG_OPTIONS:Mvfs) CONFIGURE_ARGS+= --with-vfs PLIST_SRC+= ${PKGDIR}/PLIST.vfs +USE_TOOLS+= perl:run .else CONFIGURE_ARGS+= --without-vfs .endif -- cgit v1.2.3