mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
11 lines
569 B
CMake
11 lines
569 B
CMake
--- ./Modules/FindPythonInterp.cmake.orig 2009-02-21 23:36:50.000000000 +0300
|
|
+++ ./Modules/FindPythonInterp.cmake 2009-03-20 13:20:18.000000000 +0300
|
|
@@ -7,7 +7,7 @@
|
|
#
|
|
|
|
FIND_PROGRAM(PYTHON_EXECUTABLE
|
|
- NAMES python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python
|
|
+ NAMES python python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
|
|
PATHS
|
|
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.6\\InstallPath]
|
|
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]
|