diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-15 14:31:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-15 14:31:41 +0000 |
commit | 402ebfe77cc0e9a522cbdc84656e566f9b1b0171 (patch) | |
tree | ff018a3d1e496147acb46a21f24034d23d589e52 /time | |
parent | b75106f0a3547c3bf5dc621eb3b9a91c2f031368 (diff) | |
download | pkgsrc-402ebfe77cc0e9a522cbdc84656e566f9b1b0171.tar.gz |
+ ical2rem.
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 9bc2e97f359..a169eae9c84 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2009/08/08 06:22:34 tnn Exp $ +# $NetBSD: Makefile,v 1.103 2009/08/15 14:31:41 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -31,6 +31,7 @@ SUBDIR+= gtodo-applet SUBDIR+= hamster-applet SUBDIR+= hebcal SUBDIR+= ical +SUBDIR+= ical2rem SUBDIR+= jday SUBDIR+= kronolith SUBDIR+= leapsunpack |