pkgsrc-WIP-changes archive

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

evolution-data-server: add missing gdbus-codegen build dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 4 15:07:14 2016 +0100
Changeset:	eaae26284ee187d2fe885831178461fe5b4a9368

Modified Files:
	evolution-data-server/Makefile

Log Message:
evolution-data-server: add missing gdbus-codegen build dependency

XXX: still doesn't build, with:

Conversion from character set '646' to 'UTF-8' is not supported

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

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

diffstat:
 evolution-data-server/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/evolution-data-server/Makefile b/evolution-data-server/Makefile
index 55b2443..0bbf4dc 100644
--- a/evolution-data-server/Makefile
+++ b/evolution-data-server/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	http://www.gnome.org/projects/evolution/
 COMMENT=	Evolution data server
 LICENSE=	gnu-lgpl-v2
 
+BUILD_DEPENDS+=	gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 BDB_ACCEPTED=		db4 db5
 USE_TOOLS+=		bison gmake intltool msgfmt pkg-config
 USE_LANGUAGES=		c c++


Home | Main Index | Thread Index | Old Index