pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov  6 22:51:29 UTC 2019

Modified Files:
        pkgsrc/mail/evolution-data-server: Makefile

Log Message:
evolution-data-server: Needs gdbus-codegen


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 pkgsrc/mail/evolution-data-server/Makefile

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

Modified files:

Index: pkgsrc/mail/evolution-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.181 pkgsrc/mail/evolution-data-server/Makefile:1.182
--- pkgsrc/mail/evolution-data-server/Makefile:1.181    Wed Oct 30 17:26:50 2019
+++ pkgsrc/mail/evolution-data-server/Makefile  Wed Nov  6 22:51:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181 2019/10/30 17:26:50 nia Exp $
+# $NetBSD: Makefile,v 1.182 2019/11/06 22:51:29 nia Exp $
 
 DISTNAME=      evolution-data-server-3.35.1
 CATEGORIES=    mail
@@ -18,6 +18,8 @@ USE_LANGUAGES=        c c++14
 # C++14
 GCC_REQD+=     5
 
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 CMAKE_ARGS+=   -DENABLE_GOA=OFF
 CMAKE_ARGS+=   -DWITH_LIBDB=OFF
 CMAKE_ARGS+=   -DENABLE_WEATHER=OFF



Home | Main Index | Thread Index | Old Index