aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2020-04-21 15:49:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2020-04-21 15:49:46 +0000
commit206aaccb738beb9d4320fc47ab7d1caf9b3dad1f (patch)
tree2360ba331ae1a60965493642875c7d6a903d17c6 /Mk
parentf65a47b37fbf46a16f2c8e9fcbaf609ad6445201 (diff)
downloadports-206aaccb738beb9d4320fc47ab7d1caf9b3dad1f.tar.gz
ports-206aaccb738beb9d4320fc47ab7d1caf9b3dad1f.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a9d4183eda5c..0ce2e9833701 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1363,9 +1363,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.if defined(USE_LOCAL_MK)
.include "${PORTSDIR}/Mk/bsd.local.mk"
.endif
-.for odir in ${OVERLAYS}
-.sinclude "${odir}/Mk/bsd.overlay.mk"
-.endfor
.if defined(USE_XORG) && (!defined(USES) || !${USES:Mxorg})
DEV_WARNING+= "Using USE_XORG alone is deprecated, please use USES=xorg"
@@ -1949,9 +1946,6 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \
.if defined(USE_LOCAL_MK)
.include "${PORTSDIR}/Mk/bsd.local.mk"
.endif
-.for odir in ${OVERLAYS}
-.sinclude "${odir}/Mk/bsd.overlay.mk"
-.endfor
.if defined(USE_XORG) && (!defined(USES) || ( defined(USES) && !${USES:Mxorg} ))
DEV_WARNING+= "Using USE_XORG alone is deprecated, please use USES=xorg"