Changeset 14432 for trunk/dports


Ignore:
Timestamp:
Oct 5, 2005, 1:41:56 PM (19 years ago)
Author:
mww
Message:

Bug: #1964
Reported by: pubnelle@…
Submitted by: mww@

fix wrong dependency syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/php4/Portfile

    r13146 r14432  
    1 # $Id: Portfile,v 1.19 2005/07/19 15:19:41 mww Exp $
     1# $Id: Portfile,v 1.20 2005/10/05 13:41:56 mww Exp $
    22
    33PortSystem 1.0
     
    6969
    7070variant apache_layout {
    71         depends_lib-append      path:${prefix}/apache/bin/apxs
    72 }
    73        
     71        depends_lib-append      path:${prefix}/apache/bin/apxs:apache
     72}
     73
    7474variant apache {
    7575         if { [variant_isset apache_layout] } {
Note: See TracChangeset for help on using the changeset viewer.