Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 15:27:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201309031527.r83FREH8011570@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $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 <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031527.r83FREH8011570>