diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-10 19:22:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-10 19:22:50 +0000 |
commit | b4be79903cda8ddbfabdc9e366656da886f1f3e3 (patch) | |
tree | 33cf557ef629a2e535935ddff4c906c2469be07b | |
parent | b624fc2f67e541ed8243808b219ce139eb141a2c (diff) | |
download | pkgsrc-b4be79903cda8ddbfabdc9e366656da886f1f3e3.tar.gz |
Add and enable gtodo and gtodo-applet.
-rw-r--r-- | time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index f09f22068cd..17fabca0c55 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/01/10 22:43:07 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/03/10 19:22:50 jmmv Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -19,6 +19,8 @@ SUBDIR+= glclock SUBDIR+= globe SUBDIR+= gnyaclock SUBDIR+= grdc +SUBDIR+= gtodo +SUBDIR+= gtodo-applet SUBDIR+= ical SUBDIR+= jday SUBDIR+= lmclock |