diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-23 19:14:06 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-23 19:14:06 +0800 |
commit | 26cc744c3df1559d3b8f332968c5f59a43fda504 (patch) | |
tree | f0f3d1ba407ade9435966a595d489642c0d8a9c9 /emulators | |
parent | 317d7e273a3414a35bc20562f4f469892e783a46 (diff) | |
download | freebsd-ports-gnome-26cc744c3df1559d3b8f332968c5f59a43fda504.tar.gz freebsd-ports-gnome-26cc744c3df1559d3b8f332968c5f59a43fda504.tar.zst freebsd-ports-gnome-26cc744c3df1559d3b8f332968c5f59a43fda504.zip |
Make the DEPENDS line correct. Please TEST this stuff, people!
Problems like this are EASY to avoid!
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> |