diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-12 07:34:24 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-12 07:34:24 +0800 |
commit | cbd46a11cfb95882e00259a2548c58ec73d93835 (patch) | |
tree | 0980ea319474c46163a92c86fdd1c1d5c55d7e28 /lang/python31/Makefile | |
parent | ccb014edf8864ec1d3dc3136ad04133945705438 (diff) | |
download | freebsd-ports-gnome-cbd46a11cfb95882e00259a2548c58ec73d93835.tar.gz freebsd-ports-gnome-cbd46a11cfb95882e00259a2548c58ec73d93835.tar.zst freebsd-ports-gnome-cbd46a11cfb95882e00259a2548c58ec73d93835.zip |
Upgrade this port to use the latest tcl/tk.
Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
Diffstat (limited to 'lang/python31/Makefile')
-rw-r--r-- | lang/python31/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 2fe0727106d7..04399cd63ba7 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.3 1995/11/22 13:13:06 asami Exp $ +# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ # DISTNAME= python1.3 @@ -14,8 +14,8 @@ MASTER_SITES= ftp://www.python.org/pub/python/src/ \ MAINTAINER= jkh@FreeBSD.org -LIB_DEPENDS= tcl74\\.1\\.:${PORTSDIR}/lang/tcl74 \ - tk40\\.1\\.:${PORTSDIR}/x11/tk4 +LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \ + tk41\\.1\\.:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes |