diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
commit | e0755b977ddf2301673392c45576331ca8dadbf4 (patch) | |
tree | 92cb5bc433c23c9c04b834cf71a29ff984579775 /security/openvas-libnasl | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) |
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 d1ca3540fb26..b0d710dd2d03 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ MAINTAINER= ports@FreeBSD.org COMMENT= NASL libraries for OpenVAS -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ gnutls.47:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.18:${PORTSDIR}/security/gpgme \ |