diff options
author | markd <markd@pkgsrc.org> | 2018-06-21 08:17:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-06-21 08:17:11 +0000 |
commit | 8c938ea98f057926d2fa5e66ddd4e712dbc5cefc (patch) | |
tree | b7862b4790ef85ade16ca56cc8a19e25a26d2efc | |
parent | 03676ce57d93fc1dc54a7278e68f3d2b4b28b2bc (diff) | |
download | pkgsrc-8c938ea98f057926d2fa5e66ddd4e712dbc5cefc.tar.gz |
time: add kholidays
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index a300eee0887..da15159439b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2018/02/25 00:53:05 minskim Exp $ +# $NetBSD: Makefile,v 1.177 2018/06/21 08:17:11 markd Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -40,6 +40,7 @@ SUBDIR+= ical SUBDIR+= ical2rem SUBDIR+= jday SUBDIR+= khal +SUBDIR+= kholidays SUBDIR+= kronolith SUBDIR+= ktimer SUBDIR+= leapsunpack |