mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Unbreak the build of nvidia-driver-304, which I broke in r433892 [1]
While here add += to the SUB_LIST lines so we don't accidently overwrite other SUB_LIST if they should be added later. Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> [1]
This commit is contained in:
parent
415eeccf80
commit
6135b0bf4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433936
@ -58,9 +58,9 @@ NVVERSION= ${DISTVERSION}
|
||||
.endif
|
||||
|
||||
.if ${NVVERSION} >= 331.013
|
||||
SUB_LIST= NVGL=""
|
||||
SUB_LIST+= NVGL=""
|
||||
.else
|
||||
SUB_LIST= NVGL="# "
|
||||
SUB_LIST+= NVGL="\# "
|
||||
.endif
|
||||
|
||||
.if ${NVVERSION} < 355.006
|
||||
|
Loading…
Reference in New Issue
Block a user