Ignore:
Timestamp:
Jul 8, 2009, 3:32:08 AM (15 years ago)
Author:
ryandesign@…
Message:

php5: change path:-style apache dependencies to port:-style as was already done for php4 in r27786 and php5-devel when it was created in r27925

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/php5/Portfile

    r53529 r53555  
    149149    if { ! [variant_isset macosx] } {
    150150        depends_lib-append \
    151             path:sbin/apxs:apache
     151            port:apache
    152152        configure.args-append \
    153153            --with-apxs=${prefix}/sbin/apxs
     
    169169    destroot.violate_mtree yes
    170170    depends_lib-append \
    171         path:apache2/bin/apxs:apache2
     171        port:apache2
    172172    configure.args-append \
    173173        --with-apxs2=${prefix}/apache2/bin/apxs
Note: See TracChangeset for help on using the changeset viewer.