diff options
Diffstat (limited to 'net-analyzer/honeytrap/honeytrap-0.6.4.ebuild')
-rw-r--r-- | net-analyzer/honeytrap/honeytrap-0.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/honeytrap/honeytrap-0.6.4.ebuild b/net-analyzer/honeytrap/honeytrap-0.6.4.ebuild index 0bf2f72c4..e8ea50092 100644 --- a/net-analyzer/honeytrap/honeytrap-0.6.4.ebuild +++ b/net-analyzer/honeytrap/honeytrap-0.6.4.ebuild @@ -43,7 +43,7 @@ pkg_setup() { src_compile() { local myconf - if use ipq-mon ; then + if use ipq-mon ; then myconf="${myconf} --with-libipq-includes=/usr/include/libipq" elif ! use pcap-mon && ! use ipq-mon ; then myconf="${myconf} --with-libipq-includes=/usr/include/libipq" |