Skip to content

Commit

Permalink
multimedia/mpv: define LICENSE_FILE to avoid stub
Browse files Browse the repository at this point in the history
"or later" versions are treated as separate licenses thus not found
under /usr/ports/Templates/Licenses/.
  • Loading branch information
jbeich committed Nov 14, 2022
1 parent 3702ec5 commit 4b37de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multimedia/mpv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://mpv.io

LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL

BUILD_DEPENDS= ffmpeg>=4.0.2,1:multimedia/ffmpeg
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
Expand Down

0 comments on commit 4b37de1

Please sign in to comment.