mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Use tk80, not an unsupported alpha version of tk81.
Include locale module.
This commit is contained in:
parent
2f625c6887
commit
006ffd57de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9953
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -15,7 +15,7 @@ TKPATH=:lib-tk
|
||||
# every system.
|
||||
|
||||
# *** Always uncomment this (leave the leading underscore in!):
|
||||
_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.1 -I${PREFIX}/include/tk8.1 -L${PREFIX}/lib -ltk81 -ltcl81 -L${X11BASE}/lib -lX11
|
||||
_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11
|
||||
|
||||
# *** Uncommend and edit to reflect where your X11 header files are:
|
||||
# -I/usr/X11R6/include \
|
||||
@ -36,7 +36,7 @@ _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/
|
||||
# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
|
||||
# -L/usr/local/lib \
|
||||
# *** Uncomment and edit to reflect your Tcl/Tk versions:
|
||||
# -ltk81 -ltcl81 \
|
||||
# -ltk80 -ltcl80 \
|
||||
# *** Uncomment and edit to reflect where your X11 libraries are:
|
||||
# -L/usr/X11R6/lib \
|
||||
# *** Or uncomment this for Solaris:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
|
||||
# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python1.5
|
||||
PKGNAME= python-1.5
|
||||
CATEGORIES= lang tk81
|
||||
CATEGORIES= lang tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
|
||||
@ -34,7 +34,7 @@ SETUP_FILE= Setup
|
||||
#
|
||||
WITH_TK?= yes
|
||||
.if defined(WITH_TK) && $(WITH_TK) == yes
|
||||
TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
|
||||
TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
|
||||
SETUP_LOCAL= Setup.tk
|
||||
.endif
|
||||
|
||||
|
@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
|
||||
time timemodule.c # time operations and variables
|
||||
operator operator.c # operator.add() and similar goodies
|
||||
|
||||
#_locale _localemodule.c # access to ISO C locale support
|
||||
_locale _localemodule.c # access to ISO C locale support
|
||||
|
||||
|
||||
# Modules with some UNIX dependencies -- on by default:
|
||||
|
Loading…
Reference in New Issue
Block a user