diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-31 22:59:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-31 22:59:18 +0000 |
commit | 0771972e122e3b661f987f1b63ba897839949de1 (patch) | |
tree | 135d847c383e57f6b10c721c1ba3c3e8653a9579 /x11-toolkits/tk84 | |
parent | 051d64b0c247ca524c0b3006b3a62fcb9e15ba95 (diff) | |
download | FreeBSD-ports-0771972e122e3b661f987f1b63ba897839949de1.zip FreeBSD-ports-0771972e122e3b661f987f1b63ba897839949de1.tar.gz |
Explicitly set the LATEST_LINK -- right now this port and tk82 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-( I hope the tk port maintainers will think thru this
problem and its interaction with the tcl ports.
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 56a8a6a..2843194 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -16,6 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 +LATEST_LINK= tk83 USE_XLIB= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix |