diff options
author | pst <pst@FreeBSD.org> | 1997-11-26 22:49:22 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-26 22:49:22 +0000 |
commit | 8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d (patch) | |
tree | e65710313d0b873766268a5e9dc414f1fafc95ea /x11-toolkits/tk84/Makefile | |
parent | 37255e075fd975a2e04c9613846ee21897a45b5b (diff) | |
download | FreeBSD-ports-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.zip FreeBSD-ports-8bf1e107fd3c10106ea0d08ab0bc2b9552f7b59d.tar.gz |
Upgrade to v8.0 PL1.
Thanks go to all the folks who tested on their systems and tested ports
that relied on Tcl/Tk v8.x.
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 5b4e27c..c491ebb 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -3,19 +3,19 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp $ +# $Id: Makefile,v 1.5 1997/10/08 10:48:52 asami Exp $ # -DISTNAME= tk8.0 -PKGNAME= tk-8.0 +DISTNAME= tk8.0p1 +PKGNAME= tk-8.0.1 CATEGORIES= x11 tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80\\.1\\.1:${PORTSDIR}/lang/tcl80 -WRKSRC= ${WRKDIR}/${DISTNAME}/unix +WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |