Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 15:59:59 +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: r326163 - head/sysutils/system-tools-backends
Message-ID:  <201309031559.r83Fxx0r030680@svn.freebsd.org>

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



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