diff options
author | jmz <jmz@FreeBSD.org> | 1995-10-05 22:13:37 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-10-05 22:13:37 +0800 |
commit | 47f60111fc913732c1f20466a71762cf8fc79837 (patch) | |
tree | 77b197e71a20c094197c995d7998302bd5a6ae66 /emulators | |
parent | c544d558a83ff6dd2a0f9dc8a8f559b2ea896aef (diff) | |
download | freebsd-ports-gnome-47f60111fc913732c1f20466a71762cf8fc79837.tar.gz freebsd-ports-gnome-47f60111fc913732c1f20466a71762cf8fc79837.tar.zst freebsd-ports-gnome-47f60111fc913732c1f20466a71762cf8fc79837.zip |
RUN_DEPENDS on wish rather than LIB_DEPENDS on tk.Replac
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tkhfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 76fea67aff98..4e1b77b3d493 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/07/13 00:55:33 asami Exp $ +# $Id: Makefile,v 1.8 1995/09/23 20:26:37 jmz Exp $ # DISTNAME= tkhfs @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs -LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk +RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk .include <bsd.port.mk> |