aboutsummaryrefslogtreecommitdiff
path: root/security/spybye
diff options
context:
space:
mode:
Diffstat (limited to 'security/spybye')
-rw-r--r--security/spybye/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/spybye/Makefile b/security/spybye/Makefile
index a708befdf78a..87ba14176b3b 100644
--- a/security/spybye/Makefile
+++ b/security/spybye/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= pauls@utdallas.edu
COMMENT= A web proxy to detect malware
-LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
OPTIONS_DEFINE= CLAMAV
CLAMAV_DESC= Enable CLAMAV support
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MCLAMAV}
-LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= libclamav.so:${PORTSDIR}/security/clamav
CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin
.endif