mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Use tk 8.2
Submitted by: jseger
This commit is contained in:
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
|
@ -8,12 +8,12 @@
|
|||
|
||||
DISTNAME= tkhfs
|
||||
PKGNAME= tkhfs-1.27
|
||||
CATEGORIES= emulators tk41
|
||||
CATEGORIES= emulators tk82
|
||||
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
|
||||
wish4.1:${PORTSDIR}/x11-toolkits/tk41
|
||||
wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
2
emulators/tkhfs/scripts/configure
vendored
2
emulators/tkhfs/scripts/configure
vendored
|
@ -6,7 +6,7 @@ cat >> Makefile << END || exit 1;
|
|||
|
||||
BINDIR = $PREFIX/bin
|
||||
HFSBIN = \$(BINDIR)/hfs
|
||||
WISH = \$(BINDIR)/wish4.1
|
||||
WISH = \$(BINDIR)/wish8.2
|
||||
END
|
||||
|
||||
exit 0;
|
Loading…
Add table
Reference in a new issue