diff options
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 843924d9b884..ec4497cc32ae 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1391,8 +1391,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif @@ -1956,8 +1954,6 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS} .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif |