diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 05:56:37 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 05:56:37 +0800 |
commit | c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360 (patch) | |
tree | 21deb0ada9c792042c1b4d28f91cef612f466309 /x11-fonts/libXfont2 | |
parent | f93fe63d74f9cd69d7f899403b10e179c4513e8a (diff) | |
download | freebsd-ports-gnome-c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360.tar.gz freebsd-ports-gnome-c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360.tar.zst freebsd-ports-gnome-c32f72e68d63a930e5ea4ad5cc6e2ea4d3bb5360.zip |
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
Diffstat (limited to 'x11-fonts/libXfont2')
-rw-r--r-- | x11-fonts/libXfont2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/libXfont2/Makefile b/x11-fonts/libXfont2/Makefile index 499b1b4eb6c2..f9e87b19936c 100644 --- a/x11-fonts/libXfont2/Makefile +++ b/x11-fonts/libXfont2/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= xorg-cat:lib xorg +USES= xorg xorg-cat:lib USE_XORG= xorgproto xtrans fontenc INSTALL_TARGET= install-strip #USES+= cpe |