diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-04 10:17:37 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-04 10:17:37 +0000 |
commit | 7bd7d47528d99f68c85bc5196f062fc598b41c89 (patch) | |
tree | 408f9c1ed536f77899eb9a90a7665a57b793209d /security/openvas8-manager/Makefile | |
parent | 1ed7ff4bc16ef0c2f15c90953e555bc27bc561fa (diff) | |
download | ports-7bd7d47528d99f68c85bc5196f062fc598b41c89.tar.gz ports-7bd7d47528d99f68c85bc5196f062fc598b41c89.zip |
Notes
Diffstat (limited to 'security/openvas8-manager/Makefile')
-rw-r--r-- | security/openvas8-manager/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/openvas8-manager/Makefile b/security/openvas8-manager/Makefile index df2610fe2a70..b37d577bfda6 100644 --- a/security/openvas8-manager/Makefile +++ b/security/openvas8-manager/Makefile @@ -2,7 +2,7 @@ PORTNAME?= openvas8-manager PORTVERSION?= 6.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2445/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -18,7 +18,10 @@ BUILD_DEPENDS= p5-SQL-Translator>=0:databases/p5-SQL-Translator LIB_DEPENDS= libgnutls.so:security/gnutls \ libgpgme.so:security/gpgme \ libgcrypt.so:security/libgcrypt \ - libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries + libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries \ + libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error + RUN_DEPENDS:= ${BUILD_DEPENDS} \ wget:ftp/wget |