pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 ffmpeg2: add pkg-config to tools, n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c88839434ddd
branches:  trunk
changeset: 313299:c88839434ddd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 25 10:03:49 2018 +0000

description:
ffmpeg2: add pkg-config to tools, needed by libbluray (default enabled)

diffstat:

 multimedia/ffmpeg2/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eae9d14ee62d -r c88839434ddd multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common        Tue Sep 25 09:50:59 2018 +0000
+++ b/multimedia/ffmpeg2/Makefile.common        Tue Sep 25 10:03:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2018/07/04 13:40:26 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.57 2018/09/25 10:03:49 wiz Exp $
 # used by multimedia/ffmpeg2/Makefile
 # used by multimedia/ffplay2/Makefile
 
@@ -13,7 +13,7 @@
 
 USE_LANGUAGES=         c99
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl pod2man
+USE_TOOLS+=            gmake perl pod2man pkg-config
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --cc=${CC:Q}
 CONFIGURE_ARGS+=       --disable-debug



Home | Main Index | Thread Index | Old Index