Take a stab at fixing INDEX by readding a missing ${PORTSDIR} to
PHP_PORT which went missing in the last revision.
This commit is contained in:
parent
7bb7410bd1
commit
451cf6d9a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252486
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ check-makevars::
|
|||
|
||||
.endif
|
||||
|
||||
PHP_PORT?= lang/php${PHP_VER}
|
||||
PHP_PORT?= ${PORTSDIR}/lang/php${PHP_VER}
|
||||
|
||||
.if defined(USE_PHP_BUILD)
|
||||
BUILD_DEPENDS+= ${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT}
|
||||
|
|
Loading…
Reference in a new issue