Put back previous Linux version check, this time with proper braces. (duh!)
This commit is contained in:
parent
46b520e866
commit
17f0db75b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243122
1 changed files with 4 additions and 4 deletions
|
@ -40,10 +40,10 @@ USE_LINUX_APPS+= dri
|
|||
|
||||
.if ${OSVERSION}<700055
|
||||
IGNORE= FreeBSD>=7.X is needed with Linux emulation 2.6.x.
|
||||
#.elif ${OSVERSION}<800076 && \
|
||||
# ! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \
|
||||
# ! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10)
|
||||
#IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10)
|
||||
.elif ${OSVERSION}<800076 && \
|
||||
(! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \
|
||||
! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10))
|
||||
IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10)
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
|
|
Loading…
Reference in a new issue