New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82678


Ignore:
Timestamp:
08/17/11 16:58:40 (4 years ago)
Author:
ram@…
Message:

python/py-pyfftw3: do not add deps to stub, only to subports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-pyfftw3/Portfile

    r82450 r82678  
    2828              rmd160  2d85e95b5347d938e833cceda8de2eeea480cff2 
    2929 
    30 depends_lib-append  port:fftw-3 \ 
    31                     port:fftw-3-single \ 
    32                     port:fftw-3-long 
     30if {${name} != ${subport}} { 
     31  depends_lib-append  port:fftw-3 \ 
     32                      port:fftw-3-single \ 
     33                      port:fftw-3-long 
     34} 
    3335 
    3436patchfiles    patch-setup.py.diff 
Note: See TracChangeset for help on using the changeset viewer.