mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- 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
8 lines
208 B
Makefile
8 lines
208 B
Makefile
DISTVERSION= 390.144
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 0
|
|
|
|
MASTERDIR= ${.CURDIR}/../linux-nvidia-libs
|
|
PKGNAMESUFFIX= -390
|
|
|
|
.include "${MASTERDIR}/Makefile"
|