mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Fix broken .elifdef.
Reported by: cperciva
This commit is contained in:
parent
980cbddf83
commit
13976c7206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155716
@ -43,7 +43,7 @@ WITH_SHARED= yes
|
||||
.elif ${OSVERSION} >= 500000
|
||||
OPERA_TYPE= 3
|
||||
WITH_SHARED= yes
|
||||
.elifdef ${WITH_SHARED}
|
||||
.elifdef WITH_SHARED
|
||||
OPERA_TYPE= 2
|
||||
.else
|
||||
OPERA_TYPE= 1
|
||||
|
Loading…
Reference in New Issue
Block a user