diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 9421a448686317fbc5d43fc41ed16892b01846d1 (patch) | |
tree | 01bbd49be2970efe44781c29b84234aed1351bcd /games/tksol | |
parent | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (diff) | |
download | ports-9421a448686317fbc5d43fc41ed16892b01846d1.tar.gz ports-9421a448686317fbc5d43fc41ed16892b01846d1.zip |
Notes
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 4 | ||||
-rw-r--r-- | games/tksol/files/patch-a | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index e2122363b452..a25e0c102944 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tksol-1.0 -CATEGORIES= games tk81 +CATEGORIES= games tk80 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release diff --git a/games/tksol/files/patch-a b/games/tksol/files/patch-a index 9305876571a0..f68768b2b93c 100644 --- a/games/tksol/files/patch-a +++ b/games/tksol/files/patch-a @@ -14,7 +14,7 @@ # Absolute pathname of the wish executable # ############################################ -WISH = /usr/imports/bin/wish -+WISH = ${PREFIX}/bin/wish8.1 ++WISH = ${PREFIX}/bin/wish8.0 #################################################### # Directory where the script tksol will be located # |