diff options
author | rodent <rodent> | 2013-05-27 10:52:14 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-05-27 10:52:14 +0000 |
commit | 5aab3b59eb37b657f355adbffdbc3a4f8c9fb4a5 (patch) | |
tree | 51c3e1a611edbc8b392816e74a552523965dc7d5 /time | |
parent | 654fa0019c6ad2ababe55447fcc1bf7f7aee4a5f (diff) | |
download | pkgsrc-5aab3b59eb37b657f355adbffdbc3a4f8c9fb4a5.tar.gz |
+oclock +xclock (moved from x11/)
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 0750f32d0d8..5ceddc81fe1 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2013/01/22 15:02:44 jakllsch Exp $ +# $NetBSD: Makefile,v 1.125 2013/05/27 10:52:14 rodent Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -43,6 +43,7 @@ SUBDIR+= libical SUBDIR+= lmclock SUBDIR+= logtime SUBDIR+= ocaml-calendar +SUBDIR+= oclock SUBDIR+= p5-Calendar-Simple SUBDIR+= p5-Convert-NLS_DATE_FORMAT SUBDIR+= p5-Data-ICal @@ -143,6 +144,7 @@ SUBDIR+= xalarm SUBDIR+= xbeats SUBDIR+= xcal SUBDIR+= xchrono +SUBDIR+= xclock SUBDIR+= xdaliclock SUBDIR+= xdkcal SUBDIR+= xfce4-datetime-plugin |