Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 18:10:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426252 - head/graphics/libGL
Message-ID:  <201611161810.uAGIAPlN067524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Nov 16 18:10:25 2016
New Revision: 426252
URL: https://svnweb.freebsd.org/changeset/ports/426252

Log:
  graphics/libGL: fix typo

Modified:
  head/graphics/libGL/Makefile.common   (contents, props changed)

Modified: head/graphics/libGL/Makefile.common
==============================================================================
--- head/graphics/libGL/Makefile.common	Wed Nov 16 17:37:20 2016	(r426251)
+++ head/graphics/libGL/Makefile.common	Wed Nov 16 18:10:25 2016	(r426252)
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+=	--disable-opencl
 CONFIGURE_ARGS+=	--enable-osmesa
 
 # gallium
-BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>=3.7.l_1:devel/llvm${MESA_LLVM_VER}
+BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>=3.7.1_1:devel/llvm${MESA_LLVM_VER}
 .if ${COMPONENT:Mdri} != "" || ${COMPONENT:Mclover} != "" || ${COMPONENT:Megl} != ""
 RUN_DEPENDS+=   llvm${MESA_LLVM_VER}>=3.7.1_1:devel/llvm${MESA_LLVM_VER}
 .endif



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