Changes between Version 17 and Version 18 of Ticket #2750


Ignore:
Timestamp:
Nov 8, 2008, 9:49:49 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2750 – Description

    v17 v18  
    1212Diff for the Portfile of www/php4:
    1313
     14{{{
    141582c82,85
    1516<                       configure.args-append   --with-apxs=/usr/sbin/apxs
     
    1920>                       depends_lib-append      path:${prefix}/sbin/apxs:apache
    2021>                       configure.args-append   --with-apxs=${prefix}/sbin/apxs
     22}}}
    2123
    2224Whereas the diff for the Portfile of php5:
    2325
     26{{{
    2427<                       configure.args-append   --with-apxs=/usr/sbin/apxs
    2528---
     
    2831>                       depends_lib-append      path:${prefix}/sbin/apxs:apache
    2932>                       configure.args-append   --with-apxs=${prefix}/sbin/apxs
     33}}}