diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /games/tksol/Makefile | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) | |
download | ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.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 b3a87fe28e4a..e2122363b452 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,17 +3,17 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.8 1997/09/24 06:56:48 asami Exp $ +# $Id: Makefile,v 1.9 1997/11/22 20:48:34 jseger Exp $ # DISTNAME= tksol-1.0 -CATEGORIES= games tk80 +CATEGORIES= games tk81 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release |