diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-14 18:15:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-14 18:15:25 +0000 |
commit | 8d9d366d7002dac75f6c26484bb6a6df84c5ebb1 (patch) | |
tree | 64ea1824a0965fba5943eafa908c712ad6d63b50 /x11/Makefile | |
parent | 7d8c8ceeda0dc99a5e76a3851dd958fe57e2470e (diff) | |
download | ports-8d9d366d7002dac75f6c26484bb6a6df84c5ebb1.tar.gz ports-8d9d366d7002dac75f6c26484bb6a6df84c5ebb1.zip |
Add startup-notification, a minimal implementation of the startup notification
spec from freedesktop.org.
Notes
Notes:
svn path=/head/; revision=70123
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 ab9a4999423a..6f1176744009 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -94,6 +94,7 @@ SUBDIR += ruby-panel-applet SUBDIR += rxvt SUBDIR += rxvt-devel + SUBDIR += startup-notification SUBDIR += stockticker_applet SUBDIR += sxpc SUBDIR += temperature.app |