diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-02-20 21:22:56 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-02-20 21:22:56 +0000 |
commit | 78a9c729d46bae6893285c42eb7d268924a86d8b (patch) | |
tree | a3831a1396832715075c0dd3d3361dba286dbfec /multimedia | |
parent | 1c5494ba1c6b48a72ab8499d725d821b7581fd53 (diff) | |
download | ports-78a9c729d46bae6893285c42eb7d268924a86d8b.tar.gz ports-78a9c729d46bae6893285c42eb7d268924a86d8b.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 57a39288adca..bdcd02553bd1 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -2,7 +2,7 @@ PORTNAME= libva PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://cgit.freedesktop.org/${PORTNAME}/snapshot/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm USE_BZIP2= yes -USE_XORG= pciaccess xext xfixes +USE_XORG= glproto pciaccess xext xfixes USE_GL= gl USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. |