diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-04-10 13:06:50 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-04-10 13:06:50 +0000 |
commit | 2354459d99276cab478e6bff309d88c906bb99f4 (patch) | |
tree | 36b2a43ef116ad41c7657084a8798fb7357dc92f /multimedia/mplayer | |
parent | 6721ab42d2f49a65c57d83b60ae579cd52907772 (diff) | |
download | pkgsrc-2354459d99276cab478e6bff309d88c906bb99f4.tar.gz |
mplayer: Fix build with multimedia/ffmpeg4-4.4
Bump PKGREVISION.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 8a04a590672..1b03284af59 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2019/06/22 22:46:45 tsutsui Exp $ +# $NetBSD: Makefile,v 1.107 2021/04/10 13:06:50 ryoon Exp $ PKGNAME= mplayer-${MPLAYER_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Fast, cross-platform movie player |