diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-21 12:39:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-21 12:39:29 +0000 |
commit | ef0335db71d1aaf54cd43f94731a5daa253fcb9f (patch) | |
tree | 4d2d6c9976fa3e77f8cf4b8430938599103c344f /graphics/dri | |
parent | 65ffca6fcd34655d421a8a2134dc47ac828d4769 (diff) | |
download | ports-ef0335db71d1aaf54cd43f94731a5daa253fcb9f.tar.gz ports-ef0335db71d1aaf54cd43f94731a5daa253fcb9f.zip |
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 9897bdd13f93..2d5976a92ef0 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -92,7 +92,7 @@ IGNORE= VDPAU option requires GALLIUM support to be enabled .endif CONFIGURE_ARGS+=--enable-vdpau LIB_DEPENDS+= libvdpau.so:${PORTSDIR}/multimedia/libvdpau -RUN_DEPENDS+= llvm${DRI_LLVM_VER}:${PORTSDIR}/lang/llvm${DRI_LLVM_VER} +RUN_DEPENDS+= llvm${DRI_LLVM_VER}:${PORTSDIR}/devel/llvm${DRI_LLVM_VER} PLIST_SUB+= VDPAU="" .else CONFIGURE_ARGS+=--disable-vdpau |