diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-31 22:59:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-31 22:59:18 +0000 |
commit | 6e0aafb5419c5cb48d6b7298d9fa83e275f93689 (patch) | |
tree | aeb6861d67b99d8a86a09390dac7145fcc845c26 /x11-toolkits/tk83 | |
parent | Update to 1.4 Build 136 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=49438
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 56a8a6ac987c..28431948930b 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/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 |