diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 20:23:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 20:23:13 +0800 |
commit | 12ccc763e9996419fa469b980ca22db7135a2f01 (patch) | |
tree | 71f631f4258a1235619c8c0f4ab39d888bbe7311 /Mk | |
parent | a2becb68c0fa9724bfa8691b644685c9c9e6bc26 (diff) | |
download | freebsd-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.mk | 6 |
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 |