diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 17:23:40 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 17:23:40 +0000 |
commit | d219d5e8b8bd0fb1b20243cdc50a1c1dc4d6954c (patch) | |
tree | 4b565b95c6b388ea44d4fdcb243a70c195df68b2 | |
parent | fa056ec5514df83462da31d80469607b9619ed7b (diff) | |
download | ports-d219d5e8b8bd0fb1b20243cdc50a1c1dc4d6954c.tar.gz ports-d219d5e8b8bd0fb1b20243cdc50a1c1dc4d6954c.zip |
multimedia/mpv: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | multimedia/mpv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 44e161884a9f..52ee3ee615ee 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -32,7 +32,7 @@ BUILD_DEPENDS= ffmpeg>=4.0.2,1:multimedia/ffmpeg LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libass.so:multimedia/libass -USES= compiler:c11 desktop-file-utils iconv jpeg localbase:ldflags \ +USES= compiler:c11 cpe desktop-file-utils iconv jpeg localbase:ldflags \ pkgconfig python:build tar:bz2 waf USE_LDCONFIG= yes |