diff options
-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) |