diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 15:38:39 +0000 |
commit | 02a5f6113a7b11ee8d31565c059b2e5c79f15c2a (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /security/openvas-plugins | |
parent | b69d9dc2cb9b042972209b6595ba20abc543f6b5 (diff) | |
download | ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.tar.gz ports-02a5f6113a7b11ee8d31565c059b2e5c79f15c2a.zip |
Notes
Diffstat (limited to 'security/openvas-plugins')
-rw-r--r-- | security/openvas-plugins/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 9cee0bb41307..3df592101e1c 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -3,16 +3,16 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/588/ MAINTAINER= ports@FreeBSD.org COMMENT= Plugins for OpenVAS -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ - openvasd:${PORTSDIR}/security/openvas-server -LIB_DEPENDS= libopenvas.so:${PORTSDIR}/security/openvas-libraries \ +BUILD_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet \ + libopenvas.so:${PORTSDIR}/security/openvas-libraries \ libopenvasnasl.so:${PORTSDIR}/security/openvas-libnasl \ libgnutls.so:${PORTSDIR}/security/gnutls RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ |