aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-04 18:08:20 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-04 18:08:20 +0000
commit5b67b34c8253ec6a05f14c2b527b57b4867e3d53 (patch)
tree607e7c8be5357001d79bd31f878c94856de3d8cc /Mk/bsd.port.mk
parent2b429f298a1216985702dfcd7ff9241429280009 (diff)
downloadports-5b67b34c8253ec6a05f14c2b527b57b4867e3d53.tar.gz
ports-5b67b34c8253ec6a05f14c2b527b57b4867e3d53.zip
Retire XORG_CAT
Retire XORG_CAT, it is not needed since all ports has moved to use USES=xorg-cat. Add a check to bsd.sanity.mk causing an error if any port happens to set it in the future. PR: 241694 Approved by: portmgr (mat)
Notes
Notes: svn path=/head/; revision=516730
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 9757b50cc5a5..30506edd7e56 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1354,13 +1354,6 @@ DEV_WARNING+= "Using USE_XORG alone is deprecated, please use USES=xorg"
USES+= xorg
.endif
-.if defined(XORG_CAT)
-DEV_WARNING+= "Using XORG_CAT is deprecated, please use USES=xorg-cat:category"
-.if !defined(USES) || !${USES:Mxorg-cat*}
-USES+= xorg-cat:${XORG_CAT}
-.endif
-.endif
-
.if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp*} ))
DEV_WARNING+= "Using USE_PHP alone is deprecated, please use USES=php"
USES+= php