svn commit: r532953 - head/x11-drivers/xf86-video-sunffb

Alexey Dokuchaev danfe at FreeBSD.org
Sat Apr 25 13:47:09 UTC 2020


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


More information about the svn-ports-head mailing list