diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-12-01 16:51:01 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-12-01 16:51:01 +0000 |
commit | 6c187e4740ec148a5f7436076c60ba5c9e96b73e (patch) | |
tree | 9d7e9ac6b18f5d123ed12e8c26bad36b4dcef83d /x11-toolkits/tk80/Makefile | |
parent | cc9e85615c6608d93c3be4d00289faf891faca19 (diff) | |
download | ports-6c187e4740ec148a5f7436076c60ba5c9e96b73e.tar.gz ports-6c187e4740ec148a5f7436076c60ba5c9e96b73e.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index c491ebbd0251..cdf9ea574ae5 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,17 +3,17 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.5 1997/10/08 10:48:52 asami Exp $ +# $Id: Makefile,v 1.6 1997/11/26 22:49:14 pst Exp $ # -DISTNAME= tk8.0p1 -PKGNAME= tk-8.0.1 +DISTNAME= tk8.0p2 +PKGNAME= tk-8.0.2 CATEGORIES= x11 tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG -LIB_DEPENDS= tcl80\\.1\\.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes |