summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-14 15:23:28 +0000
committerjoerg <joerg>2006-09-14 15:23:28 +0000
commit7214c8982e70d738c01d17071e45d66dd3e9b14c (patch)
tree780d8b7ea53294cd1f115f795c8b8a478a29380b
parentaa2cafa9705f7da4e752100bf1b653553e976f6a (diff)
downloadpkgsrc-7214c8982e70d738c01d17071e45d66dd3e9b14c.tar.gz
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.
-rw-r--r--sysutils/mc/Makefile4
-rw-r--r--sysutils/mc/options.mk3
2 files changed, 4 insertions, 3 deletions
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