summaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorjmmv <jmmv>2007-10-07 16:31:37 +0000
committerjmmv <jmmv>2007-10-07 16:31:37 +0000
commit064ad7ee3436869163795ca30af5097eaa0e8000 (patch)
tree9e2454c9e722fef53e617a92d499080d546ba38c /devel/monotone
parent7b8bf78aa1f267744da78c05e11507c3a77860e3 (diff)
downloadpkgsrc-064ad7ee3436869163795ca30af5097eaa0e8000.tar.gz
Do not do interpreter checks on the contrib files. These are installed for
convenience but none of them is supposed to be used directly (without manual changes) AFAICT. Furthermore, they require a huge variety of different interpreters and/or utilities, which could grow the monotone dependencies by a big amount. This fixes the recent problems shown in bulk build reports.
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 053fafdf8b0..9d46c4166f1 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2007/10/05 22:41:36 bjs Exp $
+# $NetBSD: Makefile,v 1.45 2007/10/07 16:31:37 jmmv Exp $
#
DISTNAME= monotone-0.36
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+= BOOST_SUFFIX=-mt
PKG_OPTIONS_VAR= PKG_OPTIONS.monotone
PKG_SUPPORTED_OPTIONS= inet6
+CHECK_INTERPRETER_SKIP+= share/monotone/contrib/*
CHECK_PORTABILITY_SKIP+= debian/*
.include "../../mk/bsd.options.mk"