diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 12:02:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 12:02:00 +0000 |
commit | 70e8c96551f5157e4b5fc1942e81f29640484472 (patch) | |
tree | 371874bc2a3818a7b227e3d3bcdfe5d2d1d4a2dd /deskutils/ical | |
parent | Use xlib for XIM. (diff) |
Take over maintance. This is one of my most important daily used apps.
Notes
Notes:
svn path=/head/; revision=34838
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index a94b89b7452c..569842d478de 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: ical # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ ftp://ftp.kddlabs.co.jp/sourceforge/ical/ \ ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 |