From 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 23 Jul 2012 01:33:55 +0000 Subject: For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. --- security/openvas-libraries/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/openvas-libraries') diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 7d757ce2e9df..b38fce32a9a3 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -14,12 +14,13 @@ MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for OpenVAS +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 MAKE_JOBS_UNSAFE= yes MAN1= libopenvas-config.1 -- cgit v1.2.3