Make the DEPENDS line correct. Please TEST this stuff, people!

Problems like this are EASY to avoid!
This commit is contained in:
Jordan K. Hubbard 1994-11-23 11:14:06 +00:00
parent 3742c1d6b8
commit d410c7ec72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478
1 changed files with 1 additions and 1 deletions

View File

@ -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>