diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-03 21:56:37 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-03 21:56:37 +0000 |
commit | c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360 (patch) | |
tree | 21deb0ada9c792042c1b4d28f91cef612f466309 /x11-fonts/libFS | |
parent | f93fe63d74f9cd69d7f899403b10e179c4513e8a (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-fonts/libFS')
-rw-r--r-- | x11-fonts/libFS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index 12f8adb0f588..c935b1867f21 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -10,9 +10,7 @@ COMMENT= The FS library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe - -XORG_CAT= lib +USES= cpe xorg xorg-cat:lib USE_XORG= xorgproto xtrans CPE_VENDOR= x CPE_PRODUCT= libfs |