Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-20 | Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mk | jlam | 1 | -3/+12 | |
so that they may be used by buildlink2.mk files. | |||||
2002-09-20 | Make this work with buildlink2. | jlam | 1 | -9/+26 | |
2002-08-20 | teach it about python21-pth | drochner | 1 | -1/+10 | |
2002-02-02 | force an error if no usable Python version is found | drochner | 1 | -1/+4 | |
2002-01-29 | tell it about Python-1.5 | drochner | 1 | -1/+12 | |
2002-01-19 | add an option to get a BUILD_DEPENDS only | drochner | 1 | -4/+9 | |
2002-01-17 | define a PYVERSSUFFIX (major.minor) and use it to define PYTHONBIN | drochner | 1 | -5/+11 | |
add some comments | |||||
2002-01-16 | allow to override the python minor versions | drochner | 1 | -4/+8 | |
2002-01-16 | update for new location of the Python-2.0 pkg | drochner | 1 | -3/+2 | |
2002-01-15 | -protect against multiple inclusion | drochner | 1 | -3/+21 | |
-know about Python-2.2 -add a way to override the version selection by a variable "PYTHON_VERSION_REQD" | |||||
2002-01-10 | split out the python version logics into a separate file, for use by | drochner | 1 | -0/+65 | |
other buildlink-style files |