New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81075


Ignore:
Timestamp:
07/24/11 15:43:51 (4 years ago)
Author:
ryandesign@…
Message:

Allow octave-devel to satisfy octave dependency; see http://lists.macosforge.org/pipermail/macports-users/2011-July/024837.html

Location:
trunk/dports
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/octave-1.0.tcl

    r68080 r81075  
    5555    distname                    ${octave.module}-${version} 
    5656     
    57     depends_lib                 port:octave 
     57    depends_lib                 path:bin/octave:octave 
    5858     
    5959    # octave is not universal 
  • trunk/dports/_resources/port1.0/group/swigbinding-1.0.tcl

    r78594 r81075  
    4747        tcl         {port:tcl               tcl} \ 
    4848        csharp      {port:mono              csharp} \ 
    49         octave      {port:octave            octave} \ 
     49        octave      {path:bin/octave:octave octave} \ 
    5050        java        {bin:java:kaffe         java} \ 
    5151        go          {port:go                go} 
  • trunk/dports/audio/libsndfile/Portfile

    r80577 r81075  
    5454variant octave description {Enable support for Octave} { 
    5555    depends_build-append  port:gsed 
    56     depends_lib-append    port:octave 
     56    depends_lib-append    path:bin/octave:octave 
    5757 
    5858    configure.args-append --enable-octave 
  • trunk/dports/math/DSDP/Portfile

    r79608 r81075  
    3636variant octave description {Build DSDP with octave interface} { 
    3737    build.target            all 
    38     depends_lib-append      port:octave 
     38    depends_lib-append      path:bin/octave:octave 
    3939} 
    4040 
  • trunk/dports/math/pure-octave/Portfile

    r78212 r81075  
    1919                                rmd160  45141e84a665974508b529204865cc3e07d04a8e 
    2020 
    21 depends_lib-append              port:octave 
     21depends_lib-append              path:bin/octave:octave 
  • trunk/dports/math/shogun/Portfile

    r71735 r81075  
    122122 
    123123variant r description {Build the R API} { 
    124   depends_lib-append port:R port:swig-r 
     124    depends_lib-append port:swig-r 
    125125} 
    126126 
    127127variant octave description {Build the Octave API} { 
    128   depends_lib-append port:octave port:swig-octave 
     128    depends_lib-append port:swig-octave 
    129129} 
    130130 
  • trunk/dports/science/gmt/Portfile

    r80314 r81075  
    114114 
    115115variant octave description {compiles Octave interface} { 
    116     depends_lib-append      bin:mkoctfile:octave 
     116    depends_lib-append      path:bin/octave:octave 
    117117    configure.args-append   --enable-octave 
    118118    configure.args-delete   --disable-mex 
  • trunk/dports/science/plplot/Portfile

    r80350 r81075  
    168168 
    169169variant octave description {Add support for Octave} { 
    170     depends_lib-append       port:octave port:swig-octave 
     170    depends_lib-append       port:swig-octave 
    171171    configure.args-delete   -DENABLE_octave=OFF 
    172172    configure.args-append   -DENABLE_octave=ON 
Note: See TracChangeset for help on using the changeset viewer.