aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2014-05-15 22:07:48 +0800
committergarga <garga@FreeBSD.org>2014-05-15 22:07:48 +0800
commit32d3cb2020d0eb79716547013dec34d1da93d526 (patch)
tree8139783b3c06e86d54bc3f6b38c996ab69bdb5d6 /security
parent236441025b93353199e8b709d43a1fed326b5562 (diff)
downloadfreebsd-ports-gnome-32d3cb2020d0eb79716547013dec34d1da93d526.tar.gz
freebsd-ports-gnome-32d3cb2020d0eb79716547013dec34d1da93d526.tar.zst
freebsd-ports-gnome-32d3cb2020d0eb79716547013dec34d1da93d526.zip
Move to new LIB_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-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