diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-15 22:07:48 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-15 22:07:48 +0800 |
commit | ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd (patch) | |
tree | 8139783b3c06e86d54bc3f6b38c996ab69bdb5d6 /security | |
parent | 5fff4335ed3da355f3f5177d5034949ce921cd69 (diff) | |
download | freebsd-ports-gnome-ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd.tar.gz freebsd-ports-gnome-ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd.tar.zst freebsd-ports-gnome-ea5fb0465b5ec8d27ea2d21efd5d242c2763ddbd.zip |
Move to new LIB_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/spybye/Makefile | 4 |
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 |