From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 15:27:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4748C8F7; Tue, 3 Sep 2013 15:27:15 +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 19AEE251E; Tue, 3 Sep 2013 15:27:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83FREG0011575; Tue, 3 Sep 2013 15:27:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83FREH8011570; Tue, 3 Sep 2013 15:27:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031527.r83FREH8011570@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 15:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326160 - in head: devel/liboobs sysutils/gnome-power-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 15:27:15 -0000 Author: bapt Date: Tue Sep 3 15:27:14 2013 New Revision: 326160 URL: http://svnweb.freebsd.org/changeset/ports/326160 Log: Add an explicit dependency on pkgconf Modified: head/devel/liboobs/Makefile head/sysutils/gnome-power-manager/Makefile Modified: head/devel/liboobs/Makefile ============================================================================== --- head/devel/liboobs/Makefile Tue Sep 3 15:25:41 2013 (r326159) +++ head/devel/liboobs/Makefile Tue Sep 3 15:27:14 2013 (r326160) @@ -1,10 +1,6 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/devel/liboobs/Makefile,v 1.50 2010/09/27 17:46:12 kwm Exp $ -# PORTNAME= liboobs PORTVERSION= 2.32.0 @@ -21,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes Modified: head/sysutils/gnome-power-manager/Makefile ============================================================================== --- head/sysutils/gnome-power-manager/Makefile Tue Sep 3 15:25:41 2013 (r326159) +++ head/sysutils/gnome-power-manager/Makefile Tue Sep 3 15:27:14 2013 (r326160) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-power-manager -# Date created: 03 May 2006 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.73 2011/04/30 20:43:26 mezz Exp $ -# PORTNAME= gnome-power-manager PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils CONFLICTS= gnome-power-manager-3.[0-9]* -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool