diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 19:21:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 19:21:03 +0800 |
commit | 7eb804e87341cb9fe538429cea3db943e388c24c (patch) | |
tree | 7d2309cdac769218a924b64ee6ad5d7a072c4275 /deskutils/Makefile | |
parent | 27661079cfe16f06baa6f73d4857e5956c35d2dd (diff) | |
download | freebsd-ports-gnome-7eb804e87341cb9fe538429cea3db943e388c24c.tar.gz freebsd-ports-gnome-7eb804e87341cb9fe538429cea3db943e388c24c.tar.zst freebsd-ports-gnome-7eb804e87341cb9fe538429cea3db943e388c24c.zip |
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
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 |