diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 13:46:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 13:46:08 +0800 |
commit | 818ccaa880cec63fd43d0b786673cecbcea6dfcd (patch) | |
tree | ca0091b7f2d24e8a8f94598c6264c47c9c3145b3 /x11/Makefile | |
parent | 646282a6d1eb10e501019d2b77b4963a535f3ce6 (diff) | |
download | freebsd-ports-gnome-818ccaa880cec63fd43d0b786673cecbcea6dfcd.tar.gz freebsd-ports-gnome-818ccaa880cec63fd43d0b786673cecbcea6dfcd.tar.zst freebsd-ports-gnome-818ccaa880cec63fd43d0b786673cecbcea6dfcd.zip |
Adding xkbctrl version 1.0.
Display and manipulate XKB keyboard controls from the commandline.
PR: 16006
Submitted by: Yoshiro MIHIRA <sanpei@sanpei.org>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index cc15a0ab83cc..1e580d6e5234 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -59,6 +59,7 @@ SUBDIR += xfedor SUBDIR += xfishtank SUBDIR += xgrab + SUBDIR += xkbctrl SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xloadimage |