summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2012-03-26 08:15:07 +0000
committerreinoud <reinoud@pkgsrc.org>2012-03-26 08:15:07 +0000
commit5bde61aafd1300044d9794f6ad224247ba399a48 (patch)
tree878ce1afa5b5057076afbf2ef8c4851b00fe02ae /cad
parent24a84db1e7b838decafdacd7e4676c0defdaf94e (diff)
downloadpkgsrc-5bde61aafd1300044d9794f6ad224247ba399a48.tar.gz
Add interpreter and portability check skips for files that are not used in
normal operation.
Diffstat (limited to 'cad')
-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)