diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
commit | 9992960752387703d799e84dd822eeb1b61bee99 (patch) | |
tree | 6f16fbcd8cee4c3d0b39424eaae52a1ec9a896c4 /cad/salome/Makefile.ext | |
parent | Add the following new error classifications, to sync with upcoming work (diff) |
- Move over to python2.5 or higher
- While here kick md5
Diffstat (limited to 'cad/salome/Makefile.ext')
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 2fc355f999b3..3f2ed97234a7 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -1,6 +1,6 @@ COMMENT= ${SAL_MODULE_UPPER} module of Salome platform -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_GMAKE= yes USE_LDCONFIG= yes SAL_MODULE= ${PKGNAMESUFFIX:S/-//} |