svn commit: r326160 - in head: devel/liboobs sysutils/gnome-power-manager

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 15:27:15 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at 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 at FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus at 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


More information about the svn-ports-all mailing list