summaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 12:23:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 12:23:13 +0000
commitf4bac7fde6a39bac59abcab64b4036eb92e5d38d (patch)
tree4b8f64a7d3396281366ce291c6699514fdcc5b99 /Mk/bsd.php.mk
parentUtilize EXAMPLESDIR. (diff)
Oops, move down the definition of the default PHP port.
Notes
Notes: svn path=/head/; revision=114201
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r--Mk/bsd.php.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk
index c0685fb4639b..791eabafbc2a 100644
--- a/Mk/bsd.php.mk
+++ b/Mk/bsd.php.mk
@@ -130,10 +130,6 @@ check-makevars::
@${ECHO_CMD} "installed a conflicting PHP port without the Apache Module."
@${FALSE}
. endif
-.else
-
-PHP_PORT?= ${PORTSDIR}/lang/php${PHP_VER}
-
.endif
.endif
@@ -144,6 +140,8 @@ PHP_PORT?= ${PORTSDIR}/lang/php${PHP_VER}
.endif
+PHP_PORT?= ${PORTSDIR}/lang/php${PHP_VER}
+
.if defined(WANT_PHP_PEAR)
. if defined(USE_PHP_BUILD)
BUILD_DEPENDS+= pear:${PORTSDIR}/devel/php${PHP_VER}-pear