[Midnightbsd-cvs] mports [24378] trunk/x11-drivers/xf86-video-scfb/Makefile: add missing depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 24 19:11:55 EDT 2018


Revision: 24378
          http://svnweb.midnightbsd.org/mports/?rev=24378
Author:   laffer1
Date:     2018-09-24 19:11:55 -0400 (Mon, 24 Sep 2018)
Log Message:
-----------
add missing depends

Modified Paths:
--------------
    trunk/x11-drivers/xf86-video-scfb/Makefile

Modified: trunk/x11-drivers/xf86-video-scfb/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-scfb/Makefile	2018-09-24 23:10:18 UTC (rev 24377)
+++ trunk/x11-drivers/xf86-video-scfb/Makefile	2018-09-24 23:11:55 UTC (rev 24378)
@@ -22,9 +22,9 @@
 GNU_CONFIGURE= 	yes
 DIST_SUBDIR=	xorg/driver
 USE_XORG=	xorg-server xproto randrproto xi renderproto xextproto \
-		inputproto kbproto fontsproto videoproto dri2proto \
+		inputproto kbproto fontsproto videoproto dri2proto dri3proto \
 		xf86driproto glproto xineramaproto resourceproto \
-		scrnsaverproto
+		scrnsaverproto presentproto
 CONFIGURE_ENV=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 INSTALL_TARGET=	install-strip
 



More information about the Midnightbsd-cvs mailing list