diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-03 21:56:37 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-03 21:56:37 +0000 |
commit | c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360 (patch) | |
tree | 21deb0ada9c792042c1b4d28f91cef612f466309 /x11-drivers/xf86-video-mach64 | |
parent | f93fe63d74f9cd69d7f899403b10e179c4513e8a (diff) | |
download | freebsd-ports-c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360.zip |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile index f41a8abfce92..6ee3f20fb0cf 100644 --- a/x11-drivers/xf86-video-mach64/Makefile +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org mach64 display driver +USES= gl xorg-cat:driver USE_GL= gl -XORG_CAT= driver .include <bsd.port.mk> |