diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 09:48:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 09:48:33 +0000 |
commit | b276dde808b4abd0c7363c87626eec427d91a80a (patch) | |
tree | 2a7581e682dc3c75ad1686be9362cfe77dc527c8 /x11/Makefile | |
parent | 7102b65ed507b22d33d9ee3ddb3df800c32dbd3e (diff) |
`deskpaint' is a small interactive paint program that paints
onto the desktop window, so that the user draws their
own desktop wallpaper.
PR: ports/139716
Submitted by: Kirn Gill <segin2005 at gmail.com>
Notes
Notes:
svn path=/head/; revision=243095
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 e0ee5adbac29..9c25e74e23c0 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -34,6 +34,7 @@ SUBDIR += damageproto SUBDIR += decurs SUBDIR += deskmenu + SUBDIR += deskpaint SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto |