diff options
author | pst <pst@FreeBSD.org> | 1997-12-02 00:51:01 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-12-02 00:51:01 +0800 |
commit | af6b183f077b4e65f66f4ac6aec9f653cca2492b (patch) | |
tree | 02de1e63a43f96354cb066c5c9689992b3546d9f /x11-toolkits/tk84/Makefile | |
parent | 085d32cb0780ad2e37233786c2e1192c36b8ae16 (diff) | |
download | freebsd-ports-gnome-af6b183f077b4e65f66f4ac6aec9f653cca2492b.tar.gz freebsd-ports-gnome-af6b183f077b4e65f66f4ac6aec9f653cca2492b.tar.zst freebsd-ports-gnome-af6b183f077b4e65f66f4ac6aec9f653cca2492b.zip |
Upgrade to 8.0PL2
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index c491ebbd0251..cdf9ea574ae5 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/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 |