diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
commit | ad6dcb178b410931b8a584938b44fc4da53756f8 (patch) | |
tree | 8ce0d77d48a49a1635170171ab0c9ebe5244ee5c /lang/python23 | |
parent | e4a324dde12b05e8afc0511401cb97ac0ae57582 (diff) | |
download | freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.gz freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.zst freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.zip |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index b01cee877452..4212063fe6e0 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= OPT="${CFLAGS}" MAKE_ENV= VPATH="${WRKSRC}" USE_LDCONFIG= yes INSTALL_TARGET= altinstall +MAKE_JOBS_SAFE= yes MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes |