diff options
author | heinz <heinz> | 2008-02-05 22:44:18 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-02-05 22:44:18 +0000 |
commit | 3010fd23b6ba902345020313caffbd9de80b5189 (patch) | |
tree | 66ca53155e22f892ecaeb269a445d9b0638b2712 /devel/boost-build | |
parent | 502296142b77ea7879173561d7d64a008a56ce89 (diff) | |
download | pkgsrc-3010fd23b6ba902345020313caffbd9de80b5189.tar.gz |
Prevent check-interpreter.mk from complaining about missing python and
bash interpreters.
Diffstat (limited to 'devel/boost-build')
-rw-r--r-- | devel/boost-build/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile index 981a6a3a41a..cea837d22dc 100644 --- a/devel/boost-build/Makefile +++ b/devel/boost-build/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/01/04 19:58:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2008/02/05 22:44:18 heinz Exp $ # BOOST_PACKAGE= build @@ -17,6 +17,14 @@ EGDIR= ${PREFIX}/share/examples/boost-build CONF_FILES= ${EGDIR}/site-config.jam \ ${PKG_SYSCONFDIR}/site-config.jam +# contains /usr/bin/python +CHECK_INTERPRETER_SKIP= share/boost-build/example/customization/inline_file.py +CHECK_INTERPRETER_SKIP+=share/boost-build/tools/doxproc.py +CHECK_INTERPRETER_SKIP+=share/boost-build/test/*.py +# contains /bin/bash +CHECK_INTERPRETER_SKIP+=share/boost-build/nightly.sh +CHECK_INTERPRETER_SKIP+=share/boost-build/roll.sh + .include "toolset.mk" post-extract: |