diff options
author | marino <marino> | 2012-07-15 00:28:09 +0000 |
---|---|---|
committer | marino <marino> | 2012-07-15 00:28:09 +0000 |
commit | 8665235fcabf7419c99815b2fd656213f4803874 (patch) | |
tree | 7b53b2fdef9c5cfbf3cafb1a1e4a73ab7cad4a1a | |
parent | 0b3c8cd380ebd4240d414b0aa910fb61bae0bff2 (diff) | |
download | pkgsrc-8665235fcabf7419c99815b2fd656213f4803874.tar.gz |
devel/gdbus-codegen: USE_TOOLS+= msgfmt
-rw-r--r-- | devel/gdbus-codegen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdbus-codegen/Makefile b/devel/gdbus-codegen/Makefile index 77a7e4c18ef..bb749f40688 100644 --- a/devel/gdbus-codegen/Makefile +++ b/devel/gdbus-codegen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/06/04 10:10:01 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2012/07/15 00:28:09 marino Exp $ .include "../../devel/glib2/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= gdbus-codegen utility NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt BUILD_DIRS= gio/gdbus-2.0/codegen INSTALL_DIRS= ${BUILD_DIRS} |