diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-08 06:36:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-08 06:36:43 +0000 |
commit | 092fd95ac007480b630f58b163316a0f78f420b6 (patch) | |
tree | 55b0a94a51b8c663747d0c397321fbbc9ac60c69 /deskutils/Makefile | |
parent | 036c49626a8527c6595188a3fdce398e871938e0 (diff) |
Add gtkjournal.
Gtk+ Journal is a Journal/Diary application written using the C++ bindings for
Gtk+-2 (gtkmm). It uses SQlite to store your entries, and the OpenSSL
implementations of the BlowFish and SHA-1 algorithms to keep your data safe.
Notes
Notes:
svn path=/head/; revision=100345
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index dafc3eb9a08f..7be25d01acfc 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -39,6 +39,7 @@ SUBDIR += gnotime SUBDIR += goats SUBDIR += gtimer + SUBDIR += gtkjournal SUBDIR += gtodo SUBDIR += gucharmap SUBDIR += gworkspace |