Define USE_LINUX, as linux_base must be installed prior to this port.
This commit is contained in:
parent
b0b910d5b7
commit
33c97cffa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39821
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ MAINTAINER= freebsd-emulation@FreeBSD.org
|
|||
|
||||
WRKSRC= ${WRKDIR}/files
|
||||
|
||||
USE_LINUX= yes
|
||||
|
||||
KMODDIR= ${PREFIX}/modules
|
||||
|
||||
CDEV_MAJOR= 202
|
||||
|
@ -29,7 +31,7 @@ SRC_BASE?= /usr/src
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400013
|
||||
BROKEN= "Systems prior to 400013 is out of support"
|
||||
BROKEN= "Systems prior to 400013 are out of support"
|
||||
.endif
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
|
|
Loading…
Reference in a new issue