pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/grilo-plugins USE_TOOLS+=xgettext, fixes build on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e67829f98334
branches:  trunk
changeset: 639737:e67829f98334
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 12:04:14 2014 +0000

description:
USE_TOOLS+=xgettext, fixes build on SunOS.

diffstat:

 net/grilo-plugins/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df76a5810a8a -r e67829f98334 net/grilo-plugins/Makefile
--- a/net/grilo-plugins/Makefile        Wed Sep 24 11:48:20 2014 +0000
+++ b/net/grilo-plugins/Makefile        Wed Sep 24 12:04:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/04/09 07:27:14 obache Exp $
+# $NetBSD: Makefile,v 1.13 2014/09/24 12:04:14 jperkin Exp $
 #
 
 DISTNAME=      grilo-plugins-0.2.9
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config intltool
+USE_TOOLS+=    pkg-config intltool xgettext
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../net/grilo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index