diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-28 06:53:44 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-28 06:53:44 +0000 |
commit | 09469fa9ca213792191793a14234fd672407f43b (patch) | |
tree | 6afa76acce066242462258c9f0d1db0c008703f8 /devel/Makefile | |
parent | ca0b7a0b4af56b96a8ed574c3e5264ae438c7c13 (diff) | |
download | FreeBSD-ports-09469fa9ca213792191793a14234fd672407f43b.zip FreeBSD-ports-09469fa9ca213792191793a14234fd672407f43b.tar.gz |
Add libnotify, a library for desktop applications to send and receive
D-BUS notifications.
PR: 84719
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 927ca3d..395933f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -475,6 +475,7 @@ SUBDIR += libmtrie SUBDIR += libmusclecard SUBDIR += libnaji + SUBDIR += libnotify SUBDIR += liboil SUBDIR += libol SUBDIR += libole2 |