76af5a3859
python20 to python20-2.0.1nb6 python21 to python21-2.1.3nb2 python21-pth to python21-2.1.3nb4 python22 to python22-2.2.3nb1 python22-pth to python22-2.2.3nb1 python23 to python23-2.3.3nb1 python23-pth to python23-2.3.3nb1
11 lines
203 B
Makefile
11 lines
203 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/01/27 18:55:30 abs Exp $
|
|
#
|
|
|
|
PKGNAME= python21-2.1.3
|
|
PKGREVISION= 2
|
|
|
|
CONFIGURE_ARGS+= --without-threads
|
|
|
|
PY_VER_SUFFIX= 2.1
|
|
|
|
.include "../../lang/python21/Makefile.common"
|