diff options
author | leot <leot@pkgsrc.org> | 2017-12-19 14:26:55 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-12-19 14:26:55 +0000 |
commit | 31b3c96d1b06a664b8cb9e36bbb0ab52416b69d8 (patch) | |
tree | a4e946fe2b0afca415fd1e203c0f27cae823e38b /time | |
parent | cd958383f78d53ef4402eef9e9af800c0307a59e (diff) | |
download | pkgsrc-31b3c96d1b06a664b8cb9e36bbb0ab52416b69d8.tar.gz |
time/Makefile: Add py-jrnl
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 95e299dfc0b..44fd7bb294b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2017/12/19 11:40:40 leot Exp $ +# $NetBSD: Makefile,v 1.174 2017/12/19 14:26:55 leot Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -133,6 +133,7 @@ SUBDIR+= py-icalendar SUBDIR+= py-iso8601 SUBDIR+= py-isodate SUBDIR+= py-jdcal +SUBDIR+= py-jrnl SUBDIR+= py-ligotimegps SUBDIR+= py-maya SUBDIR+= py-monotonic |