Use tk 8.2

Submitted by:	jseger
This commit is contained in:
Jean-Marc Zucconi 1999-09-08 00:17:10 +00:00
parent aa83601ea5
commit b724e0bb5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21385
2 changed files with 4 additions and 4 deletions

View file

@ -8,12 +8,12 @@
DISTNAME= tkhfs DISTNAME= tkhfs
PKGNAME= tkhfs-1.27 PKGNAME= tkhfs-1.27
CATEGORIES= emulators tk41 CATEGORIES= emulators tk82
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \ RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
wish4.1:${PORTSDIR}/x11-toolkits/tk41 wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -6,7 +6,7 @@ cat >> Makefile << END || exit 1;
BINDIR = $PREFIX/bin BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs HFSBIN = \$(BINDIR)/hfs
WISH = \$(BINDIR)/wish4.1 WISH = \$(BINDIR)/wish8.2
END END
exit 0; exit 0;