Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 12:39:29 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372991 - head/graphics/dri
Message-ID:  <201411211239.sALCdTMT094052@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Nov 21 12:39:29 2014
New Revision: 372991
URL: https://svnweb.freebsd.org/changeset/ports/372991
QAT: https://qat.redports.org/buildarchive/r372991/

Log:
  Correct categorie of the llvm port

Modified:
  head/graphics/dri/Makefile

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Fri Nov 21 11:56:47 2014	(r372990)
+++ head/graphics/dri/Makefile	Fri Nov 21 12:39:29 2014	(r372991)
@@ -92,7 +92,7 @@ IGNORE=	VDPAU option requires GALLIUM su
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411211239.sALCdTMT094052>