diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-20 14:05:44 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-06-20 14:05:44 +0000 |
commit | 28b16a0a159647ec2eb3b3ce0a4b5e8d7e5707a2 (patch) | |
tree | 4d490b29e7c5f7f54024519aeac8a19d18a62440 /lang/tcl80/Makefile | |
parent | eab8934f38471dc204ceacb80e5b0d687605ec44 (diff) |
Notes
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 5a6ad867bb8e..280130f1a3a4 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.18 1999/05/06 20:14:38 cwt Exp $ +# $Id: Makefile,v 1.19 1999/05/25 18:10:35 hoek Exp $ # DISTNAME= tcl8.0.5 @@ -15,6 +15,7 @@ MAINTAINER= cwt@freebsd.org Y2K= http://www.scriptics.com/Y2K.html +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/tcl8.0.5/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared |