diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-22 09:37:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-22 09:37:19 +0000 |
commit | 7714a489bc149c2ba93bf24190f51248f15e9ead (patch) | |
tree | 25598e03eda54f842060cf421a9749f81bce7eb1 /lang/tcl83 | |
parent | Mark this port broken: (diff) |
Add NO_LATEST_LINK, tcl81/tk81 are still alpha.
Notes
Notes:
svn path=/head/; revision=10283
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 43fcbe2163fd..188874203875 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/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 |