diff options
author | wg <wg@FreeBSD.org> | 2013-06-21 17:47:19 +0000 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-21 17:47:19 +0000 |
commit | 99740e5a5fe9bf7f5894bfe368081ccaf639f7fa (patch) | |
tree | 2652302839b6272c1cc245fc3ced5c1f5621c26f | |
parent | c5198ceeaa859e807310ecf068ebefbdb008f256 (diff) | |
download | FreeBSD-ports-99740e5a5fe9bf7f5894bfe368081ccaf639f7fa.zip FreeBSD-ports-99740e5a5fe9bf7f5894bfe368081ccaf639f7fa.tar.gz |
security/openvas-server: fix build
- Fix build, add pkgconfig to USES
- Trim Makefile header
- Remove leading article form COMMENT
PR: ports/179810 [1]
Submitted by: John Marino <draco@marino.st>
-rw-r--r-- | security/openvas-server/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile index a3d7e8a..10445c0 100644 --- a/security/openvas-server/Makefile +++ b/security/openvas-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-server -# Date created: 2008-04-26 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= openvas-server PORTVERSION= 2.0.2 @@ -12,13 +8,13 @@ CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/593/ MAINTAINER= ports@FreeBSD.org -COMMENT= A security scanner: a fork of Nessus +COMMENT= Security scanner: a fork of Nessus LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_RC_SUBR= openvasd MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1 |