pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/ffmpeg2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 25 10:03:50 UTC 2018

Modified Files:
        pkgsrc/multimedia/ffmpeg2: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/multimedia/ffmpeg2/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/ffmpeg2/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg2/Makefile.common:1.56 pkgsrc/multimedia/ffmpeg2/Makefile.common:1.57
--- pkgsrc/multimedia/ffmpeg2/Makefile.common:1.56      Wed Jul  4 13:40:26 2018
+++ pkgsrc/multimedia/ffmpeg2/Makefile.common   Tue Sep 25 10:03:49 2018
@@ -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 @@ PATCHDIR=     ${.CURDIR}/../../multimedia/ff
 
 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