diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-10-07 16:31:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-10-07 16:31:37 +0000 |
commit | 145945ed2a39619f7fdefb2be52ead990b8766be (patch) | |
tree | 9e2454c9e722fef53e617a92d499080d546ba38c /devel/monotone | |
parent | 343169c9b8d78d6fbbcb8c4658378310e9c2a002 (diff) | |
download | pkgsrc-145945ed2a39619f7fdefb2be52ead990b8766be.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/Makefile | 3 |
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" |