diff options
author | pi <pi@FreeBSD.org> | 2015-07-27 05:20:35 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-07-27 05:20:35 +0800 |
commit | f6e96d46ab1c4c7c4b664f43314614ebe77b140c (patch) | |
tree | 50dfedd99f724197db9be1b1bbe8f712347a3ceb /multimedia/mpv | |
parent | a94aaafb7a4354be8609f0c93ff33a8601eeadb2 (diff) | |
download | freebsd-ports-gnome-f6e96d46ab1c4c7c4b664f43314614ebe77b140c.tar.gz freebsd-ports-gnome-f6e96d46ab1c4c7c4b664f43314614ebe77b140c.tar.zst freebsd-ports-gnome-f6e96d46ab1c4c7c4b664f43314614ebe77b140c.zip |
multimedia/mpv: fix GL dependency
PR: 201849
Submitted by: tkato432@yahoo.com
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index ba9494ee7547..16815fda9cea 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://ftp.waf.io/pub/release/:1 \ @@ -104,8 +104,7 @@ SMB_CONFIGURE_ENABLE= libsmbclient CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca CACA_CONFIGURE_ENABLE= caca -OPENGL_USE= XORG=glproto -OPENGL_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL +OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE= gl VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva |