aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-06-04 22:05:18 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-06-04 22:10:33 +0000
commit2c2ce2bf369d28bb9b5a3eead40717bed118a06a (patch)
treeefe79624c98bf89b1ec8b05c93cd7c39eebe316a /x11
parentf8ffe7b48ab92c074c81c47459bc4ec6511d8115 (diff)
downloadports-2c2ce2bf369d28bb9b5a3eead40717bed118a06a.tar.gz
ports-2c2ce2bf369d28bb9b5a3eead40717bed118a06a.zip
x11/xbanish: Take maintainership
While here, add missing xext dependency reported by stage-qa.
Diffstat (limited to 'x11')
-rw-r--r--x11/xbanish/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile
index 2e3ddb33ff40..6040a79e9716 100644
--- a/x11/xbanish/Makefile
+++ b/x11/xbanish/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.8
CATEGORIES= x11
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dmgk@FreeBSD.org
COMMENT= Banish the mouse cursor when typing
LICENSE= BSD3CLAUSE
@@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE
USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= jcs
-USE_XORG= x11 xfixes xi xt
+USE_XORG= x11 xext xfixes xi xt
MAKE_ARGS= X11BASE="${LOCALBASE}"