svn commit: r326072 - in head: games/pushover security/razorback-pdfFox

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 20:03:59 UTC 2013


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 at tomjudge.com>
-#
+# Created by: Tom Judge <tom at 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


More information about the svn-ports-all mailing list