diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:21:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:21:03 +0000 |
commit | 6a0d8433fab9545372730a168f6b5b684da1f151 (patch) | |
tree | aec7568d4339a1af6b569978eb54fc2bb4b9877c /deskutils/Makefile | |
parent | 73d38c252f1eb27c1996deb689a34e65b393b15f (diff) |
mcal & gmcal use the libmcal library (see PR ports/31416 )
to access calendars that can be stored in many different formats.
They are mostly exsamples and how-to use the MCAL library
PR: 31461
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=56927
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 bbbe24882fe2..0573fff402d1 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -12,6 +12,7 @@ SUBDIR += gcal SUBDIR += gemcal SUBDIR += genius + SUBDIR += gmcal SUBDIR += gnofin SUBDIR += gnomepim SUBDIR += gnucash |