summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-04 12:19:12 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-04 12:19:12 +0000
commit4ae3b5e6578b49b931f198823a94f0aae625e271 (patch)
treed8694f148d9b60ee285ac129a959eb1d91dfc8c0 /devel
parent3dec19f2b6da7d2a9258eafff19ce06c799b6b26 (diff)
downloadpkgsrc-4ae3b5e6578b49b931f198823a94f0aae625e271.tar.gz
Add broken python scripts to CHECK_WRKREF_SKIP too.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index b73b8a9ca10..3aefbd745ac 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2016/08/21 21:47:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.232 2017/05/04 12:19:12 jperkin Exp $
.include "Makefile.common"
@@ -26,8 +26,8 @@ FILES_SUBST+= GLIB_SCHEMAS_DIR=${PREFIX}/share/glib-2.0/schemas
# gtester is the glib unit testing and reporting framework
# agc doesn't want glib2 to depend on python so we install it
# in a broken and useless state.
-CHECK_INTERPRETER_SKIP+= bin/gtester-report
-CHECK_INTERPRETER_SKIP+= bin/gdbus-codegen
+CHECK_INTERPRETER_SKIP+= bin/gdbus-codegen bin/gtester-report
+CHECK_WRKREF_SKIP+= bin/gdbus-codegen bin/gtester-report
# need pcre utf8 + unicode-properties
BUILDLINK_API_DEPENDS.pcre+= pcre>=8.31