summaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorreinoud <reinoud>2012-03-26 08:15:07 +0000
committerreinoud <reinoud>2012-03-26 08:15:07 +0000
commit2bc3f8d8589ee73a266d595eaaff08e14431d8cc (patch)
tree878ce1afa5b5057076afbf2ef8c4851b00fe02ae /cad/openscad
parentf3dfd11507ee9011d0e3793e6c03c7cb39e5a608 (diff)
downloadpkgsrc-2bc3f8d8589ee73a266d595eaaff08e14431d8cc.tar.gz
Add interpreter and portability check skips for files that are not used in
normal operation.
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile5
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)