Revert r532275
This commit is contained in:
parent
f65a47b37f
commit
206aaccb73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532276
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue