From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 16:00:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28C3C2BE; Tue, 3 Sep 2013 16:00:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14D79271F; Tue, 3 Sep 2013 16:00:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FxxFB030681; Tue, 3 Sep 2013 15:59:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83Fxx0r030680; Tue, 3 Sep 2013 15:59:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031559.r83Fxx0r030680@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326163 - head/sysutils/system-tools-backends X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 16:00:00 -0000 Author: bapt Date: Tue Sep 3 15:59:59 2013 New Revision: 326163 URL: http://svnweb.freebsd.org/changeset/ports/326163 Log: Add an explicit dependency on pkgconf Modified: head/sysutils/system-tools-backends/Makefile Modified: head/sysutils/system-tools-backends/Makefile ============================================================================== --- head/sysutils/system-tools-backends/Makefile Tue Sep 3 15:59:29 2013 (r326162) +++ head/sysutils/system-tools-backends/Makefile Tue Sep 3 15:59:59 2013 (r326163) @@ -1,10 +1,6 @@ -# New ports collection makefile for: system-tools-backends -# Date created: 11 February 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.60 2010/04/01 22:21:53 kwm Exp $ -# PORTNAME= system-tools-backends PORTVERSION= 2.10.1 @@ -22,8 +18,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig USE_GNOME= gnomehack intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes