aboutsummaryrefslogtreecommitdiff
path: root/ports/winpcap
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winpcap')
-rw-r--r--ports/winpcap/CONTROL2
-rw-r--r--ports/winpcap/portfile.cmake4
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/winpcap/CONTROL b/ports/winpcap/CONTROL
index ddddcab1c..14960d89d 100644
--- a/ports/winpcap/CONTROL
+++ b/ports/winpcap/CONTROL
@@ -1,4 +1,4 @@
Source: winpcap
-Version: 4.1.3-2
+Version: 4.1.3-3
Homepage: https://www.winpcap.org
Description: WinPcap is the industry-standard tool for link-layer network access in Windows environments.
diff --git a/ports/winpcap/portfile.cmake b/ports/winpcap/portfile.cmake
index 964122d17..62183624f 100644
--- a/ports/winpcap/portfile.cmake
+++ b/ports/winpcap/portfile.cmake
@@ -1,4 +1,6 @@
-include(vcpkg_common_functions)
+if(EXISTS "${CURRENT_INSTALLED_DIR}/share/libpcap")
+ message(FATAL_ERROR "FATAL ERROR: libpcap and winpcap are incompatible.")
+endif()
set(WINPCAP_VERSION 4_1_3)