diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 09:14:37 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 19:55:55 +0200 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /x11 | |
parent | devel/p5-Variable-Disposition: Fix run depends (diff) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keynav/Makefile | 2 | ||||
-rw-r--r-- | x11/wezterm/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile index a54916dbcb7c..54aa1d6506ff 100644 --- a/x11/keynav/Makefile +++ b/x11/keynav/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libxdo.so:x11/xdotool -USES= gmake gnome pkgconfig +USES= gmake gnome pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= jordansissel GH_TAGNAME= 78f9e07 diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index a702c8615dd0..afa9c6b18229 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ USES= cargo python:3.4+,build ssl xorg USE_GITHUB= yes -USE_PERL5= build USE_XORG= x11 xcb GH_ACCOUNT= wez GH_TUPLE= harfbuzz:harfbuzz:2.7.2:harfbuzz/deps/harfbuzz/harfbuzz \ |