diff options
author | tg <tg@FreeBSD.org> | 1995-11-28 07:54:57 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1995-11-28 07:54:57 +0000 |
commit | b36fae381edeb38293826330a254ae578e8aabfc (patch) | |
tree | 7c74f6724d28db131be4ab2e223385bab65f5b05 /games/tksol | |
parent | b1b773fd92d7036a93cfbebdeb7a589085aa2759 (diff) | |
download | FreeBSD-ports-b36fae381edeb38293826330a254ae578e8aabfc.zip FreeBSD-ports-b36fae381edeb38293826330a254ae578e8aabfc.tar.gz |
Patches for use with Tk4.0 and general cleanup:
LIB_DEPENDS->RUN_DEPENDS in the Makefile; exploding the directory
contents in pkg/PLIST; new patch-b for Tk4 compatibility; patch-a
now reflects tk4's directory layout.
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 929fbd3..77182a1 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$ +# $Id: Makefile,v 1.1.1.1 1995/07/04 10:25:20 asami Exp $ # DISTNAME= tksol-1.0 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish4.0:${PORTSDIR}/x11/tk4 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release |