diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-16 11:59:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-16 11:59:11 +0000 |
commit | 28aa13f7d7d863840ec0d7dea95aa2b6431a9c01 (patch) | |
tree | 623d42d2efdf14a7b136796153a08e6a9efe89ad /devel | |
parent | 6c738d001cd50835c93d986b618040f5391ae567 (diff) | |
download | pkgsrc-28aa13f7d7d863840ec0d7dea95aa2b6431a9c01.tar.gz |
Remove references to gdbus-codegen, not installed by this package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 3aefbd745ac..6e824dc994b 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2017/05/04 12:19:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.233 2017/05/16 11:59:11 wiz 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/gdbus-codegen bin/gtester-report -CHECK_WRKREF_SKIP+= bin/gdbus-codegen bin/gtester-report +CHECK_INTERPRETER_SKIP+= bin/gtester-report +CHECK_WRKREF_SKIP+= bin/gtester-report # need pcre utf8 + unicode-properties BUILDLINK_API_DEPENDS.pcre+= pcre>=8.31 |