diff options
author | xtraeme <xtraeme> | 2003-12-04 16:10:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-04 16:10:56 +0000 |
commit | c47d0e6dce872ba252f4c3960389f4f24d03e37e (patch) | |
tree | 74635e8785fb950e3fb5e5a5adddfa045cef2817 | |
parent | b4e2cdde6c59d072f70a2a89215172f74e476c2a (diff) | |
download | pkgsrc-c47d0e6dce872ba252f4c3960389f4f24d03e37e.tar.gz |
Add and enable grdc.
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 74d0b7700a9..d740ce6591d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/12/03 05:16:54 martti Exp $ +# $NetBSD: Makefile,v 1.25 2003/12/04 16:10:56 xtraeme Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -18,6 +18,7 @@ SUBDIR+= gdeskcal SUBDIR+= glclock SUBDIR+= globe SUBDIR+= gnyaclock +SUBDIR+= grdc SUBDIR+= ical SUBDIR+= korganizer SUBDIR+= kworldwatch |