diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-01 21:28:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-01 21:28:54 +0000 |
commit | e23adc6d6dd85dcc671b4c0c4ababa6c96c488c7 (patch) | |
tree | 7d3a54aa486cf3c0d59b08f84d8ff225cdc00ccf | |
parent | 4fe30a9b064432a3605143fe5101f2befa59f2b6 (diff) | |
download | ports-e23adc6d6dd85dcc671b4c0c4ababa6c96c488c7.tar.gz ports-e23adc6d6dd85dcc671b4c0c4ababa6c96c488c7.zip |
Explicitly set the NO_LATEST_LINK -- right now this port and tcl83 are
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Preparation to back out the flag in tcl83.
Notes
Notes:
svn path=/head/; revision=49470
-rw-r--r-- | lang/tcl82/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index abbbb89acdfa..be5a061e3e60 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -13,6 +13,7 @@ DISTNAME= tcl8.2.3 MAINTAINER= ports@FreeBSD.org +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |