Index: net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff
===================================================================
--- net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff	(révision 0)
+++ net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff	(révision 0)
@@ -0,0 +1,37 @@
+--- libproxy/CMakeLists.txt.orig	2010-04-29 19:25:32.000000000 +0200
++++ libproxy/CMakeLists.txt	2010-04-29 19:16:58.000000000 +0200
+@@ -96,20 +96,20 @@
+   endif()
+ endif()
+ 
+-if(APPLE)
+-  find_library(WEBKIT_LIBRARIES JavaScriptCore)
+-  find_library(SC_LIBRARIES SystemConfiguration)
+-  find_library(CF_LIBRARIES CoreFoundation)
+-  if(WEBKIT_LIBRARIES)
+-    set(WEBKIT_FOUND 1)
+-  endif()
+-  if(SC_LIBRARIES)
+-    set(SC_FOUND 1)
+-  endif()
+-  if(CF_LIBRARIES)
+-    set(CF_FOUND 1)
+-  endif()
+-endif()
++# if(APPLE)
++#   find_library(WEBKIT_LIBRARIES JavaScriptCore)
++#   find_library(SC_LIBRARIES SystemConfiguration)
++#   find_library(CF_LIBRARIES CoreFoundation)
++#   if(WEBKIT_LIBRARIES)
++#     set(WEBKIT_FOUND 1)
++#   endif()
++#   if(SC_LIBRARIES)
++#     set(SC_FOUND 1)
++#   endif()
++#   if(CF_LIBRARIES)
++#     set(CF_FOUND 1)
++#   endif()
++# endif()
+ 
+ # Build the pacrunner into libproxy unless we are building for multiple engines
+ set(BIPR 1)
Index: net/libproxy/Portfile
===================================================================
--- net/libproxy/Portfile	(révision 67119)
+++ net/libproxy/Portfile	(copie de travail)
@@ -78,4 +78,8 @@
         configure.args-delete -D__pkg_config_checked_KDE4=YES
 }
 
+platform darwin 8 {
+	patchfiles-append patch-libproxy-CMakeLists.txt.2.diff
+}
+
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
