diff options
author | obache <obache@pkgsrc.org> | 2008-05-18 13:38:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-18 13:38:51 +0000 |
commit | b266f3d276cc5760cdaf8e50f50cda751b99806f (patch) | |
tree | 7a713ba396c21f4968a41aa20c67f766e587d16e /devel/libgweather/Makefile | |
parent | 4e6c8cda672083531f276eaf470bf9afc704a289 (diff) | |
download | pkgsrc-b266f3d276cc5760cdaf8e50f50cda751b99806f.tar.gz |
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38686.
Diffstat (limited to 'devel/libgweather/Makefile')
-rw-r--r-- | devel/libgweather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index cab3563f375..d5db33bd8f5 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/16 16:45:23 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/18 13:38:51 obache Exp $ # DISTNAME= libgweather-2.22.1.2 @@ -12,7 +12,7 @@ COMMENT= Weather information access library GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt GCONF_SCHEMAS+= gweather.schemas PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in |