72 | | |
73 | | if { ! [variant_isset apache_layout] } { |
74 | | depends_lib-append path:${prefix}/sbin/apxs:apache |
75 | | configure.args-append --with-apxs=${prefix}/sbin/apxs |
76 | | } else { |
77 | | configure.args-append --with-apxs=${prefix}/apache/bin/apxs |
78 | | } |
| 75 | if { [variant_isset apache_layout] } { |
| 76 | configure.args-append --with-apxs=${prefix}/apache/bin/apxs |
| 77 | } else { |
| 78 | if { ! [variant_isset macosx] } { |
| 79 | depends_lib-append path:${prefix}/sbin/apxs:apache |
| 80 | configure.args-append --with-apxs=${prefix}/sbin/apxs |
| 81 | } else { |
| 82 | configure.args-append --with-apxs=/usr/sbin/apxs |
| 83 | } |
| 84 | } |