pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/xine-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 14:59:41 UTC 2022

Modified Files:
        pkgsrc/multimedia/xine-lib: Makefile.common

Log Message:
xine-lib: add missing tool dependency

autoreconf needs autopoint


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/multimedia/xine-lib/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/xine-lib/Makefile.common
diff -u pkgsrc/multimedia/xine-lib/Makefile.common:1.95 pkgsrc/multimedia/xine-lib/Makefile.common:1.96
--- pkgsrc/multimedia/xine-lib/Makefile.common:1.95     Fri Dec  2 15:06:22 2022
+++ pkgsrc/multimedia/xine-lib/Makefile.common  Wed Dec  7 14:59:41 2022
@@ -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 @@ EXTRACT_SUFX=         .tar.xz
 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