diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /security/openvas-libnasl | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
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 ea70c641c542..fb1c99660cce 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvas-libnasl PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/406/ MAINTAINER= cherry@trombik.org COMMENT= NASL libraries for OpenVAS -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ gnutls.26:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.17:${PORTSDIR}/security/gpgme \ |