summaryrefslogtreecommitdiff
path: root/emulators/tkhfs
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
commit5264cbceb577ae0481e496f827ae4d0e18712945 (patch)
tree03d79514a3868d93e8dc51510d0a33f4b098dd70 /emulators/tkhfs
parentRename category from x11 to x11-toolkits. (diff)
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes: svn path=/head/; revision=12335
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r--emulators/tkhfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index 02d9cf601b97..ebb66c731d8d 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.15 1997/04/20 13:19:02 wosch Exp $
+# $Id: Makefile,v 1.16 1998/07/27 23:24:18 asami Exp $
#
DISTNAME= tkhfs
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
-RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish4.1:${PORTSDIR}/x11/tk41
+RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
+ wish4.1:${PORTSDIR}/x11-toolkits/tk41
.include <bsd.port.mk>