diff options
author | obache <obache@pkgsrc.org> | 2011-02-12 12:24:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-12 12:24:44 +0000 |
commit | 4905be9f1d0776449f5985f2b75eaf68c37ad14e (patch) | |
tree | cb033ed29ced7e8be4b8694b9b700f012edf4147 /graphics/clutter-mx | |
parent | 2922855e540a86da81642d12f8598eb2725b08af (diff) | |
download | pkgsrc-4905be9f1d0776449f5985f2b75eaf68c37ad14e.tar.gz |
msgfmt, msgmerge and xgettext is required to configure & build.
Diffstat (limited to 'graphics/clutter-mx')
-rw-r--r-- | graphics/clutter-mx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter-mx/Makefile b/graphics/clutter-mx/Makefile index bc92edb428f..cfc67012834 100644 --- a/graphics/clutter-mx/Makefile +++ b/graphics/clutter-mx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/01/13 13:36:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/02/12 12:24:44 obache Exp $ # DISTNAME= mx-1.0.4 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt msgmerge xgettext PKGCONFIG_OVERRIDE+= mx-gtk.pc.in PKGCONFIG_OVERRIDE+= mx.pc.in |