summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-23 11:14:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-23 11:14:06 +0000
commitd410c7ec723cbcdd7cb4af06d9da44b850b412fc (patch)
tree210b531f03f7df8e3153651206b6901720900b2e /emulators
parentRemove ghostview from the Makefile - it's broken with some mysterious (diff)
Make the DEPENDS line correct. Please TEST this stuff, people!
Problems like this are EASY to avoid!
Notes
Notes: svn path=/head/; revision=478
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tkhfs/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>