diff options
author | jmz <jmz@FreeBSD.org> | 1995-09-23 20:26:37 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-09-23 20:26:37 +0000 |
commit | 0afd81e1c6d4e9edddd138b946dc56259fcf17ff (patch) | |
tree | 4f413e296d4a3101f943de24812ec4248e0a7cd2 /emulators/tkhfs | |
parent | 48c16b6aa7aa3e873fccd2f9ab7460ffe85a7c98 (diff) | |
download | FreeBSD-ports-0afd81e1c6d4e9edddd138b946dc56259fcf17ff.zip FreeBSD-ports-0afd81e1c6d4e9edddd138b946dc56259fcf17ff.tar.gz |
RUN_DEPENDS on hfs
Diffstat (limited to 'emulators/tkhfs')
-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 6ff7bce..76fea67 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/04/12 20:31:33 asami Exp $ +# $Id: Makefile,v 1.7 1995/07/13 00:55: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}/emulators/hfs +RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk .include <bsd.port.mk> |