diff options
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r-- | Mk/bsd.php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index e430d3f7228d..ca7e3479e8a6 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -137,7 +137,7 @@ check-makevars:: .endif -PHP_PORT?= ${PORTSDIR}/lang/php${PHP_VER} +PHP_PORT?= lang/php${PHP_VER} .if defined(USE_PHP_BUILD) BUILD_DEPENDS+= ${PHPBASE}/include/php/main/php.h:${PORTSDIR}/${PHP_PORT} |