aboutsummaryrefslogtreecommitdiff
path: root/lang/python30
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-05-11 23:34:24 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-05-11 23:34:24 +0000
commit89ab16ba94825acb91f377e9dcb45c3519509259 (patch)
tree924ef94aa005368a84f8ce9e35288b3fe69bdbcc /lang/python30
parent42085cdd79d9fc4e4f7f3044ca5420860f19c511 (diff)
downloadports-89ab16ba94825acb91f377e9dcb45c3519509259.tar.gz
ports-89ab16ba94825acb91f377e9dcb45c3519509259.zip
Upgrade this port to use the latest tcl/tk.
Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
Notes
Notes: svn path=/head/; revision=3076
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/Makefile6
-rw-r--r--lang/python30/files/Setup2
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 2fe0727106d7..04399cd63ba7 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/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
diff --git a/lang/python30/files/Setup b/lang/python30/files/Setup
index d7ebe4ebbfbb..473cbbdf76ac 100644
--- a/lang/python30/files/Setup
+++ b/lang/python30/files/Setup
@@ -235,7 +235,7 @@ md5 md5module.c md5c.c
# See the section "The Tk interface" in ../README for more info.
# *** Use ONE of the following two lines, see previous comments ***
-tkinter tkintermodule.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk40 -ltcl74 -lX11
+tkinter tkintermodule.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -ltcl75 -lX11
#tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
# *** ALWAYS use this line as well ***