Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reported by:	pubnelle@megaphone.ch
Submitted by:   mww@

fix wrong dependency syntax

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14432 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 5, 2005
1 parent 975745d commit a83a564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/php4/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.19 2005/07/19 15:19:41 mww Exp $
# $Id: Portfile,v 1.20 2005/10/05 13:41:56 mww Exp $

PortSystem 1.0
name php4
Expand Down Expand Up @@ -68,9 +68,9 @@ variant macosx {
}

variant apache_layout {
depends_lib-append path:${prefix}/apache/bin/apxs
depends_lib-append path:${prefix}/apache/bin/apxs:apache
}

variant apache {
if { [variant_isset apache_layout] } {
configure.args-append --with-apxs=${prefix}/apache/bin/apxs
Expand Down

0 comments on commit a83a564

Please sign in to comment.