diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /emulators/tkhfs | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r-- | emulators/tkhfs/Makefile | 5 |
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> |