Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 17:12:11 +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: r326039 - in head: games/ppracer graphics/xsvg
Message-ID:  <201309021712.r82HCBSj002780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 17:12:11 2013
New Revision: 326039
URL: http://svnweb.freebsd.org/changeset/ports/326039

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/games/ppracer/Makefile
  head/graphics/xsvg/Makefile

Modified: head/games/ppracer/Makefile
==============================================================================
--- head/games/ppracer/Makefile	Mon Sep  2 17:09:31 2013	(r326038)
+++ head/games/ppracer/Makefile	Mon Sep  2 17:12:11 2013	(r326039)
@@ -14,9 +14,9 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		freetype:${PORTSDIR}/print/freetype2
 
 USE_BZIP2=	yes
+USES=		gmake pkgconfig
 USE_SDL=	mixer sdl
 USE_GL=		gl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_DOS2UNIX=	yes
 DOS2UNIX_REGEX=	.*\.(c|cpp|h)

Modified: head/graphics/xsvg/Makefile
==============================================================================
--- head/graphics/xsvg/Makefile	Mon Sep  2 17:09:31 2013	(r326038)
+++ head/graphics/xsvg/Makefile	Mon Sep  2 17:12:11 2013	(r326039)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	xsvg
-# Date created:		2005-02-16
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $
-#
 
 PORTNAME=	xsvg
 PORTVERSION=	0.2.1
@@ -17,6 +13,7 @@ COMMENT=	X11 SVG viewer
 
 LIB_DEPENDS=	svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/xsvg



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