diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
commit | 61b712f7ca0708aeaf3c8262c0291648f784a211 (patch) | |
tree | 37490b07f02b45facdeddc1587a902a773200fc9 /multimedia/mpv | |
parent | 51213ba458d74f52d0453cd51fca2403b6f2f324 (diff) |
Notes
Diffstat (limited to 'multimedia/mpv')
-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 34d1e5065af5..661c9187d733 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 \ RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 USE_XZ= yes -USES= gmake iconv +USES= gmake iconv pkgconfig USE_XORG= x11 xv xxf86vm HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |