pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gvfs Need msgfmt to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4e6568a9715
branches:  trunk
changeset: 543023:b4e6568a9715
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 08:19:48 2008 +0000

description:
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38813.

diffstat:

 sysutils/gvfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76ad072acd84 -r b4e6568a9715 sysutils/gvfs/Makefile
--- a/sysutils/gvfs/Makefile    Sun Jun 01 08:15:36 2008 +0000
+++ b/sysutils/gvfs/Makefile    Sun Jun 01 08:19:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/05/29 11:39:41 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/01 08:19:48 obache Exp $
 #
 
 DISTNAME=      gvfs-0.2.4
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    intltool gmake pkg-config
+USE_TOOLS+=    intltool gmake pkg-config msgfmt
 CONFIGURE_ARGS+=       --with-samba-includes=${LOCALBASE}/include
 CONFIGURE_ARGS+=       --with-samba-libs=${LOCALBASE}/lib/samba
 



Home | Main Index | Thread Index | Old Index