New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81187


Ignore:
Timestamp:
07/26/11 18:58:37 (4 years ago)
Author:
ryandesign@…
Message:

Allow php5-devel to satisfy php5 dependency

Location:
trunk/dports
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/libvpx/Portfile

    r78724 r81187  
    5151# add in when docs are installed correctly 
    5252#variant docs description {Build documentation} { 
    53 #    depends_build-append port:php5 port:doxygen 
     53#    depends_build-append path:bin/php:php5 port:doxygen 
    5454#    configure.args-delete --disable-install-docs 
    5555#    configure.args-append --enable-install-docs 
  • trunk/dports/php/php5-code-coverage/Portfile

    r78889 r81187  
    2626    functionality for PHP code coverage information. 
    2727 
    28 depends_lib             port:php5 port:php5-file-iterator port:php5-token-stream \ 
     28depends_lib             path:bin/php:php5 port:php5-file-iterator port:php5-token-stream \ 
    2929                        port:php5-text-template 
    3030 
  • trunk/dports/php/php5-file-iterator/Portfile

    r81170 r81187  
    2424    ${description} 
    2525 
    26 depends_lib             port:php5 
     26depends_lib             path:bin/php:php5 
    2727 
    2828use_configure           no 
  • trunk/dports/php/php5-simpletest/Portfile

    r78893 r81187  
    3030    as logging into a site, can be tested easily. 
    3131 
    32 depends_lib             port:php5 
     32depends_lib             path:bin/php:php5 
    3333 
    3434use_configure           no 
  • trunk/dports/php/php5-text-template/Portfile

    r78887 r81187  
    2424    ${description} 
    2525 
    26 depends_lib             port:php5 
     26depends_lib             path:bin/php:php5 
    2727 
    2828use_configure           no 
  • trunk/dports/php/php5-timer/Portfile

    r78890 r81187  
    2424    ${description} 
    2525 
    26 depends_lib             port:php5 
     26depends_lib             path:bin/php:php5 
    2727 
    2828use_configure           no 
  • trunk/dports/php/php5-token-stream/Portfile

    r78886 r81187  
    2525    ${description} 
    2626 
    27 depends_lib             port:php5 
     27depends_lib             path:bin/php:php5 
    2828 
    2929use_configure           no 
  • trunk/dports/php/php5-unit-mock-objects/Portfile

    r81163 r81187  
    2525    ${description} 
    2626 
    27 depends_lib             port:php5 port:php5-text-template 
     27depends_lib             path:bin/php:php5 port:php5-text-template 
    2828 
    2929use_configure           no 
  • trunk/dports/php/php5-unit-selenium/Portfile

    r81164 r81187  
    2525    ${description} 
    2626 
    27 depends_lib             port:php5 
     27depends_lib             path:bin/php:php5 
    2828 
    2929use_configure           no 
  • trunk/dports/php/php5-unit/Portfile

    r81162 r81187  
    2929    their results. 
    3030 
    31 depends_lib             port:php5 port:php5-unit-db port:php5-file-iterator \ 
     31depends_lib             path:bin/php:php5 port:php5-unit-db port:php5-file-iterator \ 
    3232                        port:php5-code-coverage port:php5-timer \ 
    3333                        port:php5-unit-selenium port:php5-unit-mock-objects 
  • trunk/dports/php/phpsh/Portfile

    r78906 r81187  
    2424    and ironically, is written mostly in Python. 
    2525 
    26 depends_lib             port:php5 port:python27 \ 
     26depends_lib             path:bin/php:php5 port:python27 \ 
    2727                        port:php5-posix port:php5-pcntl 
    2828 
Note: See TracChangeset for help on using the changeset viewer.