svn commit: r342087 - head/graphics/dri

Koop Mast kwm at FreeBSD.org
Fri Jan 31 22:21:44 UTC 2014


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 at 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}}


More information about the svn-ports-all mailing list