diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-03-16 18:07:39 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-03-16 18:07:39 +0000 |
commit | 14b672b9d064db24a33925c0fe44d5dc97b5292a (patch) | |
tree | d360d14ae1d7ebb40e6d6a9d8869f3b241adcb5c /multimedia/libvdpau | |
parent | 0bf08cde21bf2cd07f7d273797a9a83eb27b1d00 (diff) |
Notes
Diffstat (limited to 'multimedia/libvdpau')
-rw-r--r-- | multimedia/libvdpau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index efccde175cd0..635b4aeb565c 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -2,6 +2,7 @@ PORTNAME= libvdpau PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase meson pkgconfig xorg USE_GITLAB= yes -USE_XORG= xext xorgproto +USE_XORG= x11 xext xorgproto USE_LDCONFIG= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= vdpau |