diff options
author | reinoud <reinoud@pkgsrc.org> | 2012-03-26 08:15:07 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2012-03-26 08:15:07 +0000 |
commit | 9361e5fd40cda23126083a825506cca65997cbc0 (patch) | |
tree | 878ce1afa5b5057076afbf2ef8c4851b00fe02ae | |
parent | 7dd4bfb4cc1b5e7b901582bc2280740b0890a656 (diff) | |
download | pkgsrc-9361e5fd40cda23126083a825506cca65997cbc0.tar.gz |
Add interpreter and portability check skips for files that are not used in
normal operation.
-rw-r--r-- | cad/openscad/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 24e05b8563f..59093eb9142 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/03 00:12:47 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/26 08:15:07 reinoud Exp $ # PKGNAME= openscad-2011.12 @@ -32,6 +32,9 @@ SUBST_SED.destdir=-e 's,@DESTDIR@,${DESTDIR},g' SUBST_FILES.destdir=${WRKSRC}/openscad.pro SUBST_STAGE.destdir=post-patch +CHECK_PORTABILITY_SKIP=tests/compare-bitmaps.sh +CHECK_INTERPRETER_SKIP+=share/openscad/libraries/MCAD/get_submodules.py + pre-build: (cd ${WRKSRC} && ${QTDIR$}/bin/qmake) |