aboutsummaryrefslogtreecommitdiff
path: root/devel/cmake
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-03 11:02:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-03 11:02:11 +0000
commitcb4458e6c82b687edba61f57e9c1932ed59293b1 (patch)
treeea2f74909a1357e0ed805aa477674280affbd57f /devel/cmake
parentb7b2ad733a901b0beeb60f3fb45ede59019647d5 (diff)
downloadports-cb4458e6c82b687edba61f57e9c1932ed59293b1.tar.gz
ports-cb4458e6c82b687edba61f57e9c1932ed59293b1.zip
Notes
Diffstat (limited to 'devel/cmake')
-rw-r--r--devel/cmake/Makefile1
-rw-r--r--devel/cmake/files/patch-Modules_FindPythonInterp.cmake2
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 0cde16628865..e1284d3637ce 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cmake
PORTVERSION= 2.6.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cmake.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/
diff --git a/devel/cmake/files/patch-Modules_FindPythonInterp.cmake b/devel/cmake/files/patch-Modules_FindPythonInterp.cmake
index c67cffbdfe78..818e493ac5be 100644
--- a/devel/cmake/files/patch-Modules_FindPythonInterp.cmake
+++ b/devel/cmake/files/patch-Modules_FindPythonInterp.cmake
@@ -5,7 +5,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 ${DEFAULT_PYTHON_EXECUTABLE} 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]