Index: Portfile
===================================================================
--- Portfile	(revision 56677)
+++ Portfile	(working copy)
@@ -4,7 +4,7 @@
 
 name             apache2
 version          2.2.13
-revision         2
+revision         3
 categories       www
 maintainers      imajes
 description      The extremely popular second version of the Apache http server 
@@ -79,7 +79,9 @@
                    --enable-proxy-connect \
                    --enable-proxy-http \
                    --enable-proxy-ftp
-                   
+
+configure.ccache no
+
 post-configure {
 	# Setting DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH
 	# avoids issues with library collisions (bug #3013)

