diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-02 08:52:19 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-02 08:52:19 +0000 |
commit | 2744847202de6c1bdefb046f4a3ea1ca3eb991f6 (patch) | |
tree | 7a8fea764ab21543204e4d8230e11cf37f3314b0 | |
parent | fa8e106457382eb5059a69dad215ea5cc992d950 (diff) | |
download | pkgsrc-2744847202de6c1bdefb046f4a3ea1ca3eb991f6.tar.gz |
Add and enable rox-wallpaper.
This ROX application can be used to place an image on your desktop
background. You can drag an image onto the Wallpaper icon to set that
image as the desktop background directly, or you can click on the
Wallpaper icon to set things up for automatic use.
Provided by Rui-Xiang Guo in PR#17042. Thanks!
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 65f877008c6..92c455aa7e3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2002/06/02 08:46:58 cjep Exp $ +# $NetBSD: Makefile,v 1.140 2002/06/02 08:52:19 cjep Exp $ # COMMENT= System utilities @@ -86,6 +86,7 @@ SUBDIR+= rox-edit SUBDIR+= rox-lib SUBDIR+= rox-memo SUBDIR+= rox-session +SUBDIR+= rox-wallpaper SUBDIR+= rox-wrappers SUBDIR+= rtty SUBDIR+= ruby-quota |