diff options
author | markd <markd@pkgsrc.org> | 2008-12-19 21:48:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-12-19 21:48:56 +0000 |
commit | 3c8101eda53db2936d36d355ca33ccbeb9168787 (patch) | |
tree | 951b232326dc32033bbe4c01716c2947cbfd20ba /time | |
parent | 54274a238fc6139f3bbb4c2ee2b65ca0f8edd185 (diff) | |
download | pkgsrc-3c8101eda53db2936d36d355ca33ccbeb9168787.tar.gz |
Add libical
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 ba525f4ab58..2a2fe5ce12b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2008/12/02 22:37:07 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2008/12/19 21:48:56 markd Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -32,6 +32,7 @@ SUBDIR+= ical SUBDIR+= jday SUBDIR+= kronolith SUBDIR+= leapsunpack +SUBDIR+= libical SUBDIR+= lmclock SUBDIR+= logtime SUBDIR+= ocaml-calendar |