summaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-09 19:00:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-09 19:00:46 +0000
commit451cf6d9a23aab5790a9f27bcbcc6be3f0b93f5b (patch)
tree23d5ecc46fbcc2b356292a951596088340824e60 /Mk/bsd.php.mk
parentPython and gmake are just necessary when LLVM option is set (diff)
Take a stab at fixing INDEX by readding a missing ${PORTSDIR} to
PHP_PORT which went missing in the last revision.
Notes
Notes: svn path=/head/; revision=252486
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r--Mk/bsd.php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk
index ca7e3479e8a6..e430d3f7228d 100644
--- a/Mk/bsd.php.mk
+++ b/Mk/bsd.php.mk
@@ -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}