1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

RUN_DEPENDS on wish rather than LIB_DEPENDS on tk.Replac

This commit is contained in:
Jean-Marc Zucconi 1995-10-05 14:13:37 +00:00
parent 613a2dedf0
commit 35b7c74a6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2273

View File

@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/07/13 00:55:33 asami Exp $
# $Id: Makefile,v 1.8 1995/09/23 20:26:37 jmz Exp $
#
DISTNAME= tkhfs
@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk
.include <bsd.port.mk>