diff options
author | ultima <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
commit | 2e208d9913e92326a4171de0cb5ab034a78e9bc8 (patch) | |
tree | b92b88a75ce2c4825d5439909d1b06454bef3278 /x11/Makefile | |
parent | 06add7f4da85280788aaadd5cc7950f261d59b45 (diff) | |
download | freebsd-ports-gnome-2e208d9913e92326a4171de0cb5ab034a78e9bc8.tar.gz freebsd-ports-gnome-2e208d9913e92326a4171de0cb5ab034a78e9bc8.tar.zst freebsd-ports-gnome-2e208d9913e92326a4171de0cb5ab034a78e9bc8.zip |
DSBAutostart is a Qt program that allows you to manage commands to be executed
at X session start.
WWW: http://freeshell.de/~mk/projects/dsbautostart.html
PR: 221131
Submitted by: Marcel Kaiser (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11902
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 a57c32d7d59a..0e12ebc71714 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -52,6 +52,7 @@ SUBDIR += docker-tray SUBDIR += dri2proto SUBDIR += dri3proto + SUBDIR += dsbautostart SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 |