diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 08:46:32 +0800 |
commit | 57dbe01473a7b87c0078f2ff1198a2668bd33ab4 (patch) | |
tree | b92b88a75ce2c4825d5439909d1b06454bef3278 /x11/Makefile | |
parent | 35759a160f76a486bd5e7fe4872d031d78fb58e8 (diff) | |
download | freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.tar.gz freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.tar.zst freebsd-ports-gnome-57dbe01473a7b87c0078f2ff1198a2668bd33ab4.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 |