aboutsummaryrefslogtreecommitdiff
path: root/security/spybye
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-15 14:07:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-15 14:07:48 +0000
commitea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd (patch)
tree8139783b3c06e86d54bc3f6b38c996ab69bdb5d6 /security/spybye
parent5fff4335ed3da355f3f5177d5034949ce921cd69 (diff)
downloadports-ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd.tar.gz
ports-ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd.zip
Notes
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