Put back previous Linux version check, this time with proper braces. (duh!)

This commit is contained in:
Juergen Lock 2009-10-20 18:27:50 +00:00
parent 46b520e866
commit 17f0db75b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243122

View file

@ -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: