diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 22:45:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 22:45:33 +0000 |
commit | 8fc067aacd30a7d1ef7ecef085622860771d2397 (patch) | |
tree | 36a1330df6f7522738a99ff229075a3389f48303 | |
parent | 47717eaf680f493ec4dad285799e1cd7a53f03dd (diff) | |
download | pkgsrc-8fc067aacd30a7d1ef7ecef085622860771d2397.tar.gz |
Needs msgfmt.
-rw-r--r-- | audio/libvisual-bmp/Makefile | 4 | ||||
-rw-r--r-- | devel/gail/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libvisual-bmp/Makefile b/audio/libvisual-bmp/Makefile index afd95e276a2..a68ce072c39 100644 --- a/audio/libvisual-bmp/Makefile +++ b/audio/libvisual-bmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/11 22:45:33 joerg Exp $ # DISTNAME= libvisual-bmp-0.2.0 @@ -13,7 +13,7 @@ COMMENT= Libvisual Beep Media Player plugin USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt post-extract: ${MV} ${WRKSRC}/pixmaps/libvisual-xmms-vis.bmp \ diff --git a/devel/gail/Makefile b/devel/gail/Makefile index 3c9be728a5e..e6d705f6d98 100644 --- a/devel/gail/Makefile +++ b/devel/gail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/17 13:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2006/06/11 22:48:13 joerg Exp $ # DISTNAME= gail-1.8.11 @@ -12,7 +12,7 @@ HOMEPAGE= http://developer.gnome.org/projects/gap/ COMMENT= GNOME Accessibility Implementation Library GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |