1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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

This commit is contained in:
Satoshi Asami 1996-11-05 13:19:57 +00:00
parent dcddab0781
commit c39a83c19f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4302

View File

@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.11 1996/04/30 10:33:28 jmz Exp $
# $Id: Makefile,v 1.12 1996/11/04 14:42:15 jmz Exp $
#
DISTNAME= xcd-1.5
@ -14,6 +14,6 @@ WRKSRC= ${WRKDIR}/xcd
MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk41
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
.include <bsd.port.mk>