Changeset 100682 for trunk/dports/editors
- Timestamp:
- Dec 20, 2012, 10:13:02 AM (7 years ago)
- Location:
- trunk/dports/editors/MacVim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/MacVim
-
Property
svn:mergeinfo
set to
/branches/mld-qt-481/dports/editors/MacVim merged eligible /trunk/dports/editors/vim merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/dports/editors/MacVim/Portfile
r98066 r100682 125 125 use_autoconf yes 126 126 } 127 variant python31 conflicts python32 description {Enable Python scripting} {127 variant python31 conflicts python32 python33 description {Enable Python scripting} { 128 128 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.1 129 129 patchfiles-append patch-python3.diff … … 132 132 use_autoconf yes 133 133 } 134 variant python32 conflicts python31 description {Enable Python scripting} {134 variant python32 conflicts python31 python33 description {Enable Python scripting} { 135 135 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.2 136 136 patchfiles-append patch-python3.diff 137 137 depends_lib-append port:python32 138 139 use_autoconf yes 140 # Overwriting autoconf.cmd above removes dependency, add it again 141 depends_build-append port:autoconf 142 } 143 variant python33 conflicts python31 python32 description {Enable Python scripting} { 144 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3 145 patchfiles-append patch-python3.diff 146 depends_lib-append port:python33 138 147 139 148 use_autoconf yes
Note: See TracChangeset
for help on using the changeset viewer.