mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
--- libproxy/cmake/modules/pacrunner_webkit.cmk.orig 2011-01-08 01:14:30.000000000 +0100
|
|
+++ libproxy/cmake/modules/pacrunner_webkit.cmk 2011-01-08 01:16:05.000000000 +0100
|
|
@@ -12,5 +12,6 @@ elseif(APPLE)
|
|
set(WEBKIT_FOUND 1)
|
|
endif()
|
|
else()
|
|
+ option(WITH_WEBKIT "Search for WebKit package" ON)
|
|
px_check_modules(WEBKIT webkit-1.0)
|
|
-endif()
|
|
\ No newline at end of file
|
|
+endif()
|