Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 22:21:43 +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: r342087 - head/graphics/dri
Message-ID:  <201401312221.s0VMLhCv033390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jan 31 22:21:43 2014
New Revision: 342087
URL: http://svnweb.freebsd.org/changeset/ports/342087
QAT: https://qat.redports.org/buildarchive/r342087/

Log:
  Fix typo
  
  Submitted by:	John Hein <jhein@symmetricom.com>

Modified:
  head/graphics/dri/Makefile

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Fri Jan 31 22:15:13 2014	(r342086)
+++ head/graphics/dri/Makefile	Fri Jan 31 22:21:43 2014	(r342087)
@@ -73,7 +73,7 @@ DRI_DRIVERS=	MACH64 RADEON SWRAST
 .endif # defined(WITH_NEW_XORG)
 
 # empty for unsupported arches
-DIR_DRIVERS+=
+DRI_DRIVERS+=
 
 .for _d in ${ALL_DRI_DRIVERS}
 .if ${DRI_DRIVERS:M${_d}}



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