summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-05 13:19:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-05 13:19:57 +0000
commitc39a83c19f59625db70439b78b0df8663cf8820a (patch)
treea9d3353c27f2ee93a076cd673d3e9877a2ef29ae /audio
parentChecksum changed again. (diff)
tk41 port installs wish4.1 not wish, so depend on that.
Notes
Notes: svn path=/head/; revision=4302
Diffstat (limited to 'audio')
-rw-r--r--audio/xcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile
index ef610351c156..8cd1a456580b 100644
--- a/audio/xcd/Makefile
+++ b/audio/xcd/Makefile
@@ -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>