Changeset 79512
- Timestamp:
- 06/15/11 21:49:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/print/pdflib/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/print/pdflib/Portfile
r75704 r79512 74 74 } 75 75 76 variant python25 description {Enable Python language binding using version 2.5} conflicts python24 python26 {76 variant python25 description {Enable Python language binding using version 2.5} conflicts python24 python26 python27 { 77 77 set pyversion 2.5 78 78 depends_lib-append port:python[strsed ${pyversion} {g/[.]//}] … … 90 90 } 91 91 92 variant python26 description {Enable Python language binding using version 2.6} conflicts python24 python25 {92 variant python26 description {Enable Python language binding using version 2.6} conflicts python24 python25 python27 { 93 93 set pyversion 2.6 94 depends_lib-append port:python[strsed ${pyversion} {g/[.]//}] 95 configure.args-delete --without-py 96 configure.args-append \ 97 --with-py=${frameworks_dir}/Python.framework/Versions/${pyversion} \ 98 --with-pyincl=${frameworks_dir}/Python.framework/Versions/${pyversion}/include/python${pyversion} 99 configure.env-append PYTHONBIN=${prefix}/bin/python${pyversion} 100 } 101 102 variant python27 description {Enable Python language binding using version 2.7} conflicts python24 python25 python26 { 103 set pyversion 2.7 94 104 depends_lib-append port:python[strsed ${pyversion} {g/[.]//}] 95 105 configure.args-delete --without-py
Note: See TracChangeset
for help on using the changeset viewer.

