pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: configure insists on xgettext>=0.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24d537f2732e
branches:  trunk
changeset: 384844:24d537f2732e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 04 08:26:18 2018 +0000

description:
gimp: configure insists on xgettext>=0.19, so add matching build-dependency

diffstat:

 graphics/gimp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5529780dcd57 -r 24d537f2732e graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Tue Sep 04 06:13:15 2018 +0000
+++ b/graphics/gimp/Makefile    Tue Sep 04 08:26:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.294 2018/09/02 21:32:43 wiz Exp $
+# $NetBSD: Makefile,v 1.295 2018/09/04 08:26:18 wiz Exp $
 
 DISTNAME=      gimp-2.10.6
 PKGREVISION=   1
@@ -12,6 +12,7 @@
 LICENSE=       gnu-lgpl-v3 AND gnu-gpl-v3
 
 BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+BUILD_DEPENDS+=        gettext-tools>=0.19:../../devel/gettext-tools
 DEPENDS+=      glib-networking>=2.36.2:../../net/glib-networking
 CONFLICTS+=    gimp<=1.2.3
 



Home | Main Index | Thread Index | Old Index