diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-12 12:25:44 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-08-12 12:25:44 +0000 |
commit | 14b83ce4572a5ed446e30e9c55646395ff549a7a (patch) | |
tree | bf8dfd2dde6e7d67f9e93124b64c7328b6c83810 /games/tksol/Makefile | |
parent | 3ef955049d002b33ce8c53bee352bba84aa9ac01 (diff) |
Notes
Diffstat (limited to 'games/tksol/Makefile')
-rw-r--r-- | games/tksol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 9ca9d8d8ac89..5b8e59167f21 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: tksol # Version required: 1.0 # Date created: 26 June 1995 -# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.11 1998/03/20 14:35:22 tg Exp $ +# $Id: Makefile,v 1.12 1998/08/07 23:56:21 asami Exp $ # DISTNAME= tksol-1.0 @@ -11,7 +11,7 @@ CATEGORIES= games tk80 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z -MAINTAINER= tg@freebsd.org +MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 |