Changeset 79270
- Timestamp:
- 06/07/11 15:58:08 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/diffuse/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/diffuse/Portfile
r73451 r79270 5 5 name diffuse 6 6 version 0.4.4 7 revision 1 7 8 categories devel 8 9 platforms darwin 9 10 maintainers tommyd openmaintainer 11 supported_archs noarch 12 10 13 description diffuse is a graphical diffing and merging tool 11 14 long_description Ddiffuse is a small and simple text merge tool \ … … 24 27 set pythonexec "" 25 28 26 variant python24 conflicts python25 python26 description {Use python24} {29 variant python24 conflicts python25 python26 python27 description {Use python24} { 27 30 depends_lib-append port:py-gtk2 28 31 set pythonexec ${prefix}/bin/python2.4 29 32 } 30 33 31 variant python25 conflicts python24 python26 description {Use python25} {34 variant python25 conflicts python24 python26 python27 description {Use python25} { 32 35 depends_lib-append port:py25-gtk 33 36 set pythonexec ${prefix}/bin/python2.5 34 37 } 35 38 36 variant python26 conflicts python24 python25 description {Use python26} {39 variant python26 conflicts python24 python25 python27 description {Use python26} { 37 40 depends_lib-append port:py26-gtk 38 41 set pythonexec ${prefix}/bin/python2.6 39 42 } 40 43 41 if {![variant_isset python24] && ![variant_isset python25]} { 42 default_variants +python26 44 variant python27 conflicts python24 python25 python26 description {Use python27} { 45 depends_lib-append port:py27-gtk 46 set pythonexec ${prefix}/bin/python2.7 47 } 48 49 if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26]} { 50 default_variants +python27 43 51 } 44 52
Note: See TracChangeset
for help on using the changeset viewer.

