diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tkhfs/Makefile | 2 |
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> |