diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-21 15:18:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-21 15:18:32 +0000 |
commit | 3bddfef9a6625f16cc10bac7a867ab1bd0362610 (patch) | |
tree | 5cad127e235204a1d5f9c4302f1065910a2648c5 | |
parent | a7bcf1a833f88e47a97ee813f57375050f1ccfa1 (diff) |
Notes
-rw-r--r-- | security/openvas-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 8f9833e0f8d9..b52d9edf0440 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/588/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ openvasd:${PORTSDIR}/security/openvas-server LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl \ - gnutls.26:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync |