diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-27 10:52:14 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-27 10:52:14 +0000 |
commit | a7e08ee3a87a52fd99be5c5246162bcde45910f8 (patch) | |
tree | 51c3e1a611edbc8b392816e74a552523965dc7d5 /time | |
parent | e59b48584beffcb01a841706cc57201a675767ce (diff) | |
download | pkgsrc-a7e08ee3a87a52fd99be5c5246162bcde45910f8.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 |