diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
commit | a0796a9ef7e033f50d5df85f29642de149b52561 (patch) | |
tree | 757db079e498e3481485935127a3ba81c63d5e43 /emulators | |
parent | d3994b2cd35ca9109b8df240cbf693ea84125deb (diff) | |
download | ports-a0796a9ef7e033f50d5df85f29642de149b52561.tar.gz ports-a0796a9ef7e033f50d5df85f29642de149b52561.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tkhfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 528579de7599..6ff7bceea80e 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.6 1995/04/12 20:31:33 asami Exp $ # DISTNAME= tkhfs @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs +EXEC_DEPENDS= hfs:${PORTSDIR}/emulators/hfs LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk .include <bsd.port.mk> |