Revert r532275

This commit is contained in:
Bryan Drewery 2020-04-21 15:49:46 +00:00
parent f65a47b37f
commit 206aaccb73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532276

View file

@ -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"