diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-10-09 06:19:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-10-09 06:19:19 +0000 |
commit | bdbbe2be112a6e629ff8cb59c18e034a37292dd0 (patch) | |
tree | a09fe6901b6ff5e64d8a122cf04e0adfa500efd6 /games/tksol/Makefile | |
parent | ef8fb7573dabcb1cb43418013d710b5fe7d339db (diff) | |
download | ports-bdbbe2be112a6e629ff8cb59c18e034a37292dd0.tar.gz ports-bdbbe2be112a6e629ff8cb59c18e034a37292dd0.zip |
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 b48c95341780..b22e57210fa2 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.2 1995/11/28 07:54:57 tg Exp $ +# $Id: Makefile,v 1.3 1996/03/06 08:19:59 asami Exp $ # DISTNAME= tksol-1.0 @@ -11,9 +11,9 @@ CATEGORIES+= games MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish4.0:${PORTSDIR}/x11/tk4 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release |