mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Correct dependency on linux.ko.
PR: ports/40973 Submitted by: Vladimir B. Grebenschikov <vova@sw.ru>
This commit is contained in:
parent
a8d474d0d8
commit
1c169cbd85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78222
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ NOMAN= YES
|
|||
KMOD= rtc
|
||||
.if ${OSVERSION} < 500002
|
||||
KMODDEPS= linux
|
||||
.else
|
||||
MODULE_DEPEND= linux
|
||||
.endif
|
||||
CDEV_MAJOR?= 202
|
||||
DEVNAME= ${KMOD}
|
||||
|
|
Loading…
Add table
Reference in a new issue