diff options
author | zeising <zeising@FreeBSD.org> | 2019-11-08 02:41:56 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-11-08 02:41:56 +0800 |
commit | f562b3f4ff0c6678b09c101d35177468d69270f7 (patch) | |
tree | 54ee2f48baa3e75d2acacf3f5239ca47f7532f75 /x11-wm | |
parent | 2bd4e957ad83a954a15797f7f9fe93bef1ff32a1 (diff) | |
download | freebsd-ports-gnome-f562b3f4ff0c6678b09c101d35177468d69270f7.tar.gz freebsd-ports-gnome-f562b3f4ff0c6678b09c101d35177468d69270f7.tar.zst freebsd-ports-gnome-f562b3f4ff0c6678b09c101d35177468d69270f7.zip |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index 8495c21acafc..22d805b9ce3e 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -28,6 +28,7 @@ OPTIONS_SUB= yes GDM_SUPPORT_DESC= Install session data files for GDM READLINE_USES= readline READLINE_CONFIGURE_ENABLE= history +XFT_USES= xorg XFT_USE= xorg=xft XFT_CONFIGURE_WITH= xft |