diff options
author | obache <obache> | 2011-02-12 12:24:44 +0000 |
---|---|---|
committer | obache <obache> | 2011-02-12 12:24:44 +0000 |
commit | b7a9e4ec93baa16ff4d5cecc1283b5d6d5497eb6 (patch) | |
tree | cb033ed29ced7e8be4b8694b9b700f012edf4147 /graphics/clutter-mx | |
parent | 4b8bc7514508a5fec092b4debd0c925339c6642a (diff) | |
download | pkgsrc-b7a9e4ec93baa16ff4d5cecc1283b5d6d5497eb6.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 |