diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 08:57:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 08:57:10 +0000 |
commit | 6acd203d9385c94c0c07c882e2392fdc4bf45719 (patch) | |
tree | 5e08917bc1b0450b2cd7e380e7bff5cbb70daafc /emulators | |
parent | While I'm here, change this to use MASTER_SITE_SUNSITE. (diff) |
tk41 port installs wish4.1 not wish, so depend on it.
Notes
Notes:
svn path=/head/; revision=4505
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tkhfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index dd3ad740ba74..c39b95570f3a 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1996/11/04 14:53:03 jmz Exp $ +# $Id: Makefile,v 1.13 1996/11/12 02:17:00 obrien Exp $ # DISTNAME= tkhfs @@ -13,6 +13,6 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish4.1:${PORTSDIR}/x11/tk41 .include <bsd.port.mk> |