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:
Erwin Lansing 2010-04-09 19:00:46 +00:00
parent 7bb7410bd1
commit 451cf6d9a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252486

View file

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