diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-03-01 09:47:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-03-01 09:47:44 +0000 |
commit | 2ac47976994a6728ea355086d06688f3bc5912ec (patch) | |
tree | dc4b52811dea59dad19f603c89661f23eb368576 /ports-mgmt | |
parent | f6551c761165c26c87b90eb61a470cdc07750685 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 185e70bad940..7bd1c6ad22f1 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -2035,8 +2035,12 @@ RUN_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} .endif .if defined(USE_PHP) +.if exists(${DEVELPORTSDIR}/Mk/bsd.php.mk) +.include "${DEVELPORTSDIR}/Mk/bsd.php.mk" +.else .include "${PORTSDIR}/Mk/bsd.php.mk" .endif +.endif .if defined(USE_PYTHON) .if exists(${DEVELPORTSDIR}/Mk/bsd.python.mk) |