Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 13:47:09 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532953 - head/x11-drivers/xf86-video-sunffb
Message-ID:  <202004251347.03PDl9PO001054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Apr 25 13:47:08 2020
New Revision: 532953
URL: https://svnweb.freebsd.org/changeset/ports/532953

Log:
  Fix a typo: xorg-cat:drivers -> xorg-cat:driver.
  
  Submitted by:	Chris Nicol

Modified:
  head/x11-drivers/xf86-video-sunffb/Makefile

Modified: head/x11-drivers/xf86-video-sunffb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-sunffb/Makefile	Sat Apr 25 13:02:51 2020	(r532952)
+++ head/x11-drivers/xf86-video-sunffb/Makefile	Sat Apr 25 13:47:08 2020	(r532953)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-drivers
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.Org sunffb display driver
 
-USES=		gl xorg-cat:drivers
+USES=		gl xorg-cat:driver
 USE_GL=		gl
 
 ONLY_FOR_ARCHS=	sparc64



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