summaryrefslogtreecommitdiff
path: root/x11/xfd
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-03 21:56:37 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-03 21:56:37 +0000
commitc32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360 (patch)
tree21deb0ada9c792042c1b4d28f91cef612f466309 /x11/xfd
parentnet-mgmt/zabbix44-*: Update to 4.4.1 (diff)
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports
Notes
Notes: svn path=/head/; revision=516607
Diffstat (limited to 'x11/xfd')
-rw-r--r--x11/xfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile
index cf0b41de88e9..1eb069f844e5 100644
--- a/x11/xfd/Makefile
+++ b/x11/xfd/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2
BUILD_DEPENDS= fc-cache:x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:x11-fonts/fontconfig
-XORG_CAT= app
+USES= xorg xorg-cat:app
USE_XORG= x11 xft xkbfile xmu xrender xt xaw
.include <bsd.port.mk>