diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /security/openvas-libnasl | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | ports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Notes
Diffstat (limited to 'security/openvas-libnasl')
-rw-r--r-- | security/openvas-libnasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index 9954e5cc946a..4d5e4db77a1a 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/406/ @@ -15,7 +15,7 @@ MAINTAINER= cherry@trombik.org COMMENT= NASL libraries for OpenVAS LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ - gnutls.26:${PORTSDIR}/security/gnutls \ + gnutls.40:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.18:${PORTSDIR}/security/gpgme \ openvas.1:${PORTSDIR}/security/openvas-libraries \ |