diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 12:23:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 12:23:13 +0000 |
commit | f4bac7fde6a39bac59abcab64b4036eb92e5d38d (patch) | |
tree | 4b8f64a7d3396281366ce291c6699514fdcc5b99 /Mk/bsd.php.mk | |
parent | 5aab4401f97bc80cf0f1028c3cda61a606e04b74 (diff) | |
download | ports-f4bac7fde6a39bac59abcab64b4036eb92e5d38d.tar.gz ports-f4bac7fde6a39bac59abcab64b4036eb92e5d38d.zip |
Notes
Diffstat (limited to 'Mk/bsd.php.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 |