- Update 390.x series legacy driver and corresponding Linux libraries ports to version 390.144, which fixed a bug where vkCreateSwapchain could cause the X11 server to crash when an invalid imageFormat had been provided Reported by: portscout
10 lines
256 B
Makefile
10 lines
256 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
DISTVERSION= 390.144
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 0
|
|
|
|
MASTERDIR= ${.CURDIR}/../nvidia-driver
|
|
PKGNAMESUFFIX= -390
|
|
|
|
.include "${MASTERDIR}/Makefile"
|