[32173] trunk/dports/www/apache2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 18 19:03:50 PST 2007


Revision: 32173
          http://trac.macosforge.org/projects/macports/changeset/32173
Author:   ryandesign at macports.org
Date:     2007-12-18 19:03:48 -0800 (Tue, 18 Dec 2007)

Log Message:
-----------
apache2: use gawk on Leopard since awk doesn't work for some reason; see #13066

Modified Paths:
--------------
    trunk/dports/www/apache2/Portfile

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2007-12-19 00:47:53 UTC (rev 32172)
+++ trunk/dports/www/apache2/Portfile	2007-12-19 03:03:48 UTC (rev 32173)
@@ -44,6 +44,10 @@
 	}
 }
 
+platform darwin 9 {
+	depends_build-append port:gawk
+}
+
 configure.pre_args --prefix=${prefix}/${name}
 configure.args     --with-apr=${prefix}/bin/apr-1-config \
                    --with-apr-util=${prefix}/bin/apu-1-config \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071218/e7184122/attachment.html


More information about the macports-changes mailing list