diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-02-21 05:22:56 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-02-21 05:22:56 +0800 |
commit | c065dadc38b599e3568dd0db47b16285031fe623 (patch) | |
tree | a3831a1396832715075c0dd3d3361dba286dbfec /multimedia | |
parent | 3cccdfc8b174d2c08a2dac31dfead8fedd1601f5 (diff) | |
download | freebsd-ports-graphics-c065dadc38b599e3568dd0db47b16285031fe623.tar.gz freebsd-ports-graphics-c065dadc38b599e3568dd0db47b16285031fe623.tar.zst freebsd-ports-graphics-c065dadc38b599e3568dd0db47b16285031fe623.zip |
- Add dependency on glproto
- Bump PORTREVISION
PR: ports/176131
Submitted by: Christopher Dukes <chris.dukes.aix@gmail.com>
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 57a39288adc..bdcd02553bd 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. |