1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

tk41 port installs wish4.1 not wish, so depend on it.

This commit is contained in:
Satoshi Asami 1996-11-16 08:57:10 +00:00
parent 899cb7e3c5
commit 6acd203d93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4505

View File

@ -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>