diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 19:12:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 19:12:15 +0000 |
commit | f97d9de9d88af6b815e057fffc6be70d2872f831 (patch) | |
tree | af93ba65589c0e7d2ba290ea9669392656530464 /Mk | |
parent | b2baf0a3ff6ba97d6d7c64172976f3114b519216 (diff) | |
download | ports-f97d9de9d88af6b815e057fffc6be70d2872f831.tar.gz ports-f97d9de9d88af6b815e057fffc6be70d2872f831.zip |
Notes
Diffstat (limited to '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} |