Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 20:03:58 +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: r326072 - in head: games/pushover security/razorback-pdfFox
Message-ID:  <201309022003.r82K3wuM005606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 20:03:58 2013
New Revision: 326072
URL: http://svnweb.freebsd.org/changeset/ports/326072

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/games/pushover/Makefile
  head/security/razorback-pdfFox/Makefile

Modified: head/games/pushover/Makefile
==============================================================================
--- head/games/pushover/Makefile	Mon Sep  2 20:02:01 2013	(r326071)
+++ head/games/pushover/Makefile	Mon Sep  2 20:03:58 2013	(r326072)
@@ -12,7 +12,7 @@ COMMENT=	A puzzle game where the goal is
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_SDL=	sdl mixer ttf
 USE_LUA=	5.1
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/security/razorback-pdfFox/Makefile
==============================================================================
--- head/security/razorback-pdfFox/Makefile	Mon Sep  2 20:02:01 2013	(r326071)
+++ head/security/razorback-pdfFox/Makefile	Mon Sep  2 20:03:58 2013	(r326072)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-archiveInflate
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pdfFox
 PORTVERSION=	0.5.0
@@ -25,15 +21,16 @@ RUN_DEPENDS=	razorback-masterNugget>=0.5
 OPTIONS_DEFINE=	DEBUG ASSERT
 ASSERT_DESC=	Enable Asserts
 
-.include <bsd.port.options.mk>
-
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	${RB_LIBDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=--enable-debug
 .endif



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