Changeset 79821
- Timestamp:
- 06/26/11 19:45:11 (4 years ago)
- Location:
- trunk/dports/python/py27-orbit
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from trunk/dports/python/py26-orbit)
-
Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py27-orbit/Portfile
r57375 r79821 2 2 3 3 PortSystem 1.0 4 name py2 6-orbit4 name py27-orbit 5 5 set my_name pyorbit 6 6 version 2.24.0 … … 27 27 rmd160 55aa1c3ac0739d398d8e9bbda93ef36f7c659360 28 28 29 depends_lib port:python2 6\29 depends_lib port:python27 \ 30 30 port:orbit2 31 31 32 set python.prefix ${frameworks_dir}/Python.framework/Versions/2. 632 set python.prefix ${frameworks_dir}/Python.framework/Versions/2.7 33 33 34 34 patchfiles patch-configure.diff … … 37 37 } 38 38 39 configure.args --includedir=${python.prefix}/include/python2. 640 configure.python ${prefix}/bin/python2. 639 configure.args --includedir=${python.prefix}/include/python2.7 40 configure.python ${prefix}/bin/python2.7 41 41 42 42 use_parallel_build yes
Note: See TracChangeset
for help on using the changeset viewer.

