s/if/.if/g
Reported by: crees
This commit is contained in:
parent
f44915884b
commit
65bc55f3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296451
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ PHP_EXT_INC= pcre spl
|
|||
DEFAULT_PHP_VER?= 5
|
||||
|
||||
PHP_VER?= ${DEFAULT_PHP_VER}
|
||||
if ${PHP_VER} == 52
|
||||
.if ${PHP_VER} == 52
|
||||
PHP_EXT_DIR= 20060613
|
||||
.else
|
||||
PHP_EXT_DIR= 20090626
|
||||
|
|
Loading…
Reference in a new issue