From 8c07a6941c280728c27730d90c3e28f05ef8eae9 Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 1 Nov 2001 21:28:54 +0000 Subject: 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. --- lang/tcl82/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/tcl82') 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 -- cgit