pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

geoclue: Add missing gdbus-codegen build dependency.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Mar 8 12:45:09 2016 +0100
Changeset:	9ba513b88a03e50534109dabc1388fa77907e709

Modified Files:
	geoclue/Makefile

Log Message:
geoclue: Add missing gdbus-codegen build dependency.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ba513b88a03e50534109dabc1388fa77907e709

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 geoclue/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/geoclue/Makefile b/geoclue/Makefile
index baee24c..0e2b90a 100644
--- a/geoclue/Makefile
+++ b/geoclue/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.24 2014/05/05 00:47:53 ryoon Exp $
-#
 
 DISTNAME=	geoclue-2.2.0
 CATEGORIES=	geography
@@ -11,6 +10,8 @@ HOMEPAGE=	http://www.freedesktop.org/wiki/Software/GeoClue
 COMMENT=	Geoinformation service API and base providers
 #LICENSE=	# TODO: (see mk/license.mk)
 
+BUILD_DEPENDS+=	gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 USE_TOOLS=	intltool
 
 GNU_CONFIGURE=	yes


Home | Main Index | Thread Index | Old Index