diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-13 00:02:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-13 00:02:16 +0000 |
commit | 67a46daea3e8f875d837fd6f51d758f9710e6906 (patch) | |
tree | ed9a16e8eb68deadd5257d7ef8e61154230c35f5 /x11 | |
parent | 9951db5e01cf50871448c8c2a5b1dec5406f0551 (diff) | |
download | pkgsrc-67a46daea3e8f875d837fd6f51d758f9710e6906.tar.gz |
Needs msgfmt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-engines/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnomekbd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 18980c3a397..cc0c97b2b41 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2007/04/11 17:50:42 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2007/04/13 00:02:16 joerg Exp $ DISTNAME= gtk-engines-2.10.1 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -17,7 +17,7 @@ CONFLICTS+= gnome-themes-extras<0.8 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt GNU_CONFIGURE= yes USE_DIRS+= theme-1.1 xdg-1.1 USE_LIBTOOL= yes diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index 4d16686d553..bce7d0b6dde 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 19:20:37 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/13 00:03:04 joerg Exp $ # DISTNAME= libgnomekbd-2.18.1 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt USE_DIRS+= xdg-1.1 GCONF2_SCHEMAS+= desktop_gnome_peripherals_keyboard_xkb.schemas |