diff options
author | asami <asami@FreeBSD.org> | 1998-03-22 09:37:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-22 09:37:19 +0000 |
commit | c3844767c9873896e05034ebd507e90a70df705b (patch) | |
tree | d91cc97c2531c9d90df994ffa9eb2a6d9dbbbf0b /lang/tcl82 | |
parent | 46b90731a0fefa533bc2710a4c5e554603affb9c (diff) | |
download | FreeBSD-ports-c3844767c9873896e05034ebd507e90a70df705b.zip FreeBSD-ports-c3844767c9873896e05034ebd507e90a70df705b.tar.gz |
Add NO_LATEST_LINK, tcl81/tk81 are still alpha.
Diffstat (limited to 'lang/tcl82')
-rw-r--r-- | lang/tcl82/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 43fcbe2..1888742 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.5 1998/02/16 15:58:18 jseger Exp $ +# $Id: Makefile,v 1.6 1998/03/02 02:08:26 jseger Exp $ # DISTNAME= tcl8.1a2 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jseger@FreeBSD.ORG +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |