aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-05 21:19:57 +0800
committerasami <asami@FreeBSD.org>1996-11-05 21:19:57 +0800
commit48ba9ded19837a1de17efe42f3f9f9dbb7796ac7 (patch)
tree94d986263972dee113995199f9e62a3ced23e2f8 /audio
parente2bdca361ead0c5ff59e71a72e385798c6505929 (diff)
downloadfreebsd-ports-gnome-48ba9ded19837a1de17efe42f3f9f9dbb7796ac7.tar.gz
freebsd-ports-gnome-48ba9ded19837a1de17efe42f3f9f9dbb7796ac7.tar.zst
freebsd-ports-gnome-48ba9ded19837a1de17efe42f3f9f9dbb7796ac7.zip
tk41 port installs wish4.1 not wish, so depend on that.
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>