[Midnightbsd-cvs] mports [20177] trunk/benchmarks/gtkperf/Makefile: fix uses to include pkgconfig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 8 18:40:35 EDT 2015


Revision: 20177
          http://svnweb.midnightbsd.org/mports/?rev=20177
Author:   laffer1
Date:     2015-09-08 18:40:34 -0400 (Tue, 08 Sep 2015)
Log Message:
-----------
fix uses to include pkgconfig

Modified Paths:
--------------
    trunk/benchmarks/gtkperf/Makefile

Modified: trunk/benchmarks/gtkperf/Makefile
===================================================================
--- trunk/benchmarks/gtkperf/Makefile	2015-09-08 11:59:53 UTC (rev 20176)
+++ trunk/benchmarks/gtkperf/Makefile	2015-09-08 22:40:34 UTC (rev 20177)
@@ -1,21 +1,21 @@
 # $MidnightBSD$
 
-PORTNAME=		gtkperf
-PORTVERSION=		0.40
-PORTREVISION=	4
-CATEGORIES=		benchmarks
-MASTER_SITES=		SF
-DISTNAME=		${PORTNAME}_${PORTVERSION}
+PORTNAME=	gtkperf
+PORTVERSION=	0.40
+PORTREVISION=	5
+CATEGORIES=	benchmarks
+MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=		ports at MidnightBSD.org
-COMMENT=		Measure your system's GTK+ performance
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Measure your system's GTK+ performance
 
-LICENSE=		gpl2
+LICENSE=	gpl2
 
-WRKSRC=			${WRKDIR}/${PORTNAME}
-USE_GMAKE=		yes
-GNU_CONFIGURE=		yes
-USE_GNOME=		gtk20 gnomeprefix
+WRKSRC=		${WRKDIR}/${PORTNAME}
+USES=		gmake pkgconfig
+GNU_CONFIGURE=	yes
+USE_GNOME=	gtk20 gnomeprefix
 
 .include <bsd.mport.options.mk>
 



More information about the Midnightbsd-cvs mailing list