diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:35:56 +0000 |
commit | 92ce3d9a4325d74385d8fa95ade26dcdae02bd41 (patch) | |
tree | 56ebd6b10e3be22945b88f1b0d6c3e97423048ce /deskutils | |
parent | c3cf47576229d0d82ba18a5d1fd2499b21472a45 (diff) |
added myself as MAINTAINER
Notes
Notes:
svn path=/head/; revision=2372
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 3726bbbc950c..b546d872d7ca 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,13 +3,15 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.1.1.1 1995/08/23 09:45:12 asami Exp $ +# $Id: Makefile,v 1.2 1995/08/23 09:59:16 asami Exp $ # DISTNAME= ical-1.9 CATEGORIES+= utilities MASTER_SITES= ftp://ftp.sterling.com/programming/languages/tcl/code/ical/ +MAINTAINER= erich@FreeBSD.org + LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ tk\\.3\\.:${PORTSDIR}/x11/tk |