pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib xine-lib: add missing tool dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b07f06036f9b
branches:  trunk
changeset: 389653:b07f06036f9b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 07 14:59:41 2022 +0000

description:
xine-lib: add missing tool dependency

autoreconf needs autopoint

diffstat:

 multimedia/xine-lib/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1a59c43396fa -r b07f06036f9b multimedia/xine-lib/Makefile.common
--- a/multimedia/xine-lib/Makefile.common       Wed Dec 07 14:58:52 2022 +0000
+++ b/multimedia/xine-lib/Makefile.common       Wed Dec 07 14:59:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.95 2022/12/02 15:06:22 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.96 2022/12/07 14:59:41 wiz Exp $
 #
 # used by audio/xine-alsa/Makefile
 # used by audio/xine-pulse/Makefile
@@ -15,6 +15,8 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.xine-project.org/
 
+TOOL_DEPENDS+=         gettext-tools-[0-9]*:../../devel/gettext-tools
+
 MAKE_JOBS_SAFE=                no
 
 XINE_MOD_DIR_VER=      2.10



Home | Main Index | Thread Index | Old Index