aboutsummaryrefslogtreecommitdiffstats
path: root/security/openvas-client
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 05:04:00 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 05:04:00 +0800
commitcfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch)
tree96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /security/openvas-client
parent1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff)
downloadfreebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz
freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst
freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'security/openvas-client')
-rw-r--r--security/openvas-client/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile
index e38a48edf92e..497b216da3df 100644
--- a/security/openvas-client/Makefile
+++ b/security/openvas-client/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: openvas-client
-# Date created: 2008-04-27
-# Whom: Tomoyuki Sakurai <cherry@trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
-#
PORTNAME= openvas-client
PORTVERSION= 2.0.4
@@ -17,7 +13,7 @@ COMMENT= A GUI client for OpenVAS
MAN1= OpenVAS-Client.1 openvasclient-mkcert.1
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gtk20
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"