diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 0fa4d25ff5fa..a93dbd521953 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -154,7 +154,7 @@ src_configure() { # The bundled libdnet is incompatible with the version available in the # tree, so we cannot use the system library here. --with-libdnet=included - --with-pcre="${ESYSROOT}"/usr + --with-libpcre="${ESYSROOT}"/usr --without-dpdk ) |