aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 20:23:13 +0800
committerale <ale@FreeBSD.org>2004-07-19 20:23:13 +0800
commit12ccc763e9996419fa469b980ca22db7135a2f01 (patch)
tree71f631f4258a1235619c8c0f4ab39d888bbe7311 /Mk
parenta2becb68c0fa9724bfa8691b644685c9c9e6bc26 (diff)
downloadfreebsd-ports-gnome-12ccc763e9996419fa469b980ca22db7135a2f01.tar.gz
freebsd-ports-gnome-12ccc763e9996419fa469b980ca22db7135a2f01.tar.zst
freebsd-ports-gnome-12ccc763e9996419fa469b980ca22db7135a2f01.zip
Oops, move down the definition of the default PHP port.
Diffstat (limited to '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