From d410c7ec723cbcdd7cb4af06d9da44b850b412fc Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 23 Nov 1994 11:14:06 +0000 Subject: [PATCH] Make the DEPENDS line correct. Please TEST this stuff, people! Problems like this are EASY to avoid! --- emulators/tkhfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 67d7fc339472..945e6d39538c 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -1,5 +1,5 @@ DISTNAME= tkhfs MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ -DEPENDS= utils/hfs x11/tk +DEPENDS= ${PORTSDIR}/utils/hfs ${PORTSDIR}/x11/tk .include